Package Exports
- react-animated-tree
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-animated-tree) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
npm install react-animated-tree
A simple, configurable tree view control for React.
Demo: https://codesandbox.io/embed/rrw7mrknyp
import Tree from 'react-animated-tree'
<Tree content="Name" open canHide visible>
<Tree content="Subtree">
<Tree content="Sub-sub-tree" />
<Tree>
<Tree>