TreeView
A TreeView component from the Sigil design system.
Import
import { TreeView } from "@sigil-ui/components";Preview
Usage
<TreeView>...</TreeView>Props
| Prop | Type | Default | Description |
|---|---|---|---|
data | TreeNode[] | — | — |
defaultExpanded | string[] | — | — |
onSelect | (id: string) => void | — | — |
selectedId | string | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-radius-sm | Radius sm |
--s-text | Text |
--s-duration-fast | Duration fast |
--s-surface | Surface |
--s-primary | Primary |
--s-text-muted | Text muted |