##TO DO
- use SCSS
- arrow up/down should change action list when selected
- use the gear button in tree objects to show/hide breadcrumbs/pins, filter etc
- optimize re-renders (now it renders the whole tree after every change, try with multiple actions)
- action item: done
- tree node: probably better refactoring to a non recursive rendering (indented list)
Install dependencies
npm install
or yarn install
Start development server
npm start
or yarn start
Runs the demo app in development mode. Open http://localhost:3000 to view it in the browser.
All library files are located inside src/lib
Is located inside src/demo
directory, here you can test your library while developing
npm run test
or yarn run test
npm run build
or yarn run build
Produces production version of library under the build
folder.
npm publish