Files
File tree display
Show project structure with folders and files.
Usage
page.tsx
layout.tsx
package.json
Nested folders
Folders can contain other folders:
button.tsx
With icons
Files can have custom icons:
⚙settings.json
Props
Folder
| prop | type | default | description |
|---|---|---|---|
| name | string | - | Folder name |
| defaultOpen | boolean | false | Start expanded |
File
| prop | type | description |
|---|---|---|
| name | string | File name |
| icon | ReactNode | Custom icon |