+
Data Tree
Hierarchical data with expandable/collapsible nodes
LOCALHOST:3000
+- Root
+- Branch
+- LeafNORMAL100%
InstallationBASH
npx siddcn add tree-dataUsageTSX
import { DataTree } from 'siddcn';
export default function App() {
return <DataTree data={treeData} />;
}