Tree View

Tree view is a hierarchical list of items that may have a parent-child relationship where children can be toggled into view by expanding or collapsing their parent item.

Tree View

package.json
README.md

Usage

import { TreeView } from '@isyuricunha/ui'
<TreeView collection={collection} />
Edit on GitHub