Tree View

A file tree component.

Basic

Installation

jsrepo add ui/tree-view

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.

PropTypeDefault
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.

PropTypeDefault
name
string -
icon?
Snippet -
children?
Snippet -