File Tree
A paper file tree with fixed outer height: open/close animates inside a scrollport so the card and page never reflow. Icons, chevrons, meta, header and five branch animations are all tunable.
Draw
npx shadcn@latest add @clow/file-treePlayground
props
<FileTree />Examples
basic
Props
| prop | type | default |
|---|---|---|
| showIcons | boolean | true |
| showChevrons | boolean | true |
| showMeta | boolean | true |
| showHeader | boolean | true |
| height | number | 320 |
| animate | collapse | fade | slide | scale | blur | collapse |