wip(app): file tree mode
This commit is contained in:
parent
ebeed03115
commit
801eb5d2cb
4 changed files with 165 additions and 40 deletions
|
|
@ -3,7 +3,7 @@ import { Show, splitProps, type JSX } from "solid-js"
|
|||
import type { ComponentProps, ParentProps, Component } from "solid-js"
|
||||
|
||||
export interface TabsProps extends ComponentProps<typeof Kobalte> {
|
||||
variant?: "normal" | "alt" | "settings"
|
||||
variant?: "normal" | "alt" | "pill" | "settings"
|
||||
orientation?: "horizontal" | "vertical"
|
||||
}
|
||||
export interface TabsListProps extends ComponentProps<typeof Kobalte.List> {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue