Basic
Installation
Custom Icons
If you are using custom icons in a project we recommend you wrap the folder/file components with the custom icons:
API Reference
TreeView.
Root
The root component of the tree view.
TreeView.
Folder
A folder node in the tree view. Can contain children and be expanded/collapsed.
Prop | Type | Default |
---|---|---|
name | string | - |
open? $bindable | boolean | false |
class? | string | - |
icon? | Snippet | - |
children? | Snippet | - |
TreeView.
File
A file node in the tree view. Renders as a button.