TreeView

Expert

A hierarchical list component with collapsible nodes.

Preview

Usage

<TreeView nodes={treeNodes} bind:selectedId={selectedId} />

Props

NameTypeDefaultDescription
nodesTreeNode[][]The hierarchical data to display.
selectedIdstring''The ID of the currently selected node.