@plastic-ui/tree
v1.0.5
Published
Collapsible Tree
Downloads
4
Maintainers
Readme
A Collapsible Tree component.
Install
This component requires React, @material-ui/core and @material-ui/icons. Make sure those libraries have already been installed. Then execute the following command:
npm install @plastic-ui/tree
# or
yarn add @plastic-ui/tree
Example
You'll find a complete example here.
Demo
To start the demo simply:
# clone this repository
git clone https://github.com/gchumillas/tree
# install dependencies
cd tree
yarn
# and run the demo (it takes a while, be patient)
yarn demo