A hierarchical data display component. Nest Tree.Item elements to represent folder structures, file trees, or any recursive data.
Import all parts of the component and piece them together
A single tree node. Can contain nested Tree.Item elements.
| Prop | Type | Default |
|---|---|---|
label* | string | ReactNode | -- |
defaultOpen | boolean | false |
className | string | "" |