siddcn logo
siddcn
+

Data Tree

Hierarchical data with expandable/collapsible nodes

LOCALHOST:3000
+- Root
   +- Branch
      +- Leaf
NORMAL100%
InstallationBASH
npx siddcn add tree-data
UsageTSX
import { DataTree } from 'siddcn';

export default function App() {
  return <DataTree data={treeData} />;
}