ember-basic-tree
v4.0.0
Published
A customizable template-driven tree component
Downloads
18
Readme
ember-basic-tree
A customizable template-driven tree component
Compatibility
- Ember.js v4.4 or above
- Ember CLI v4.4 or above
- Node.js v14 or above
Installation
ember install ember-basic-tree
Usage
<BasicTree as |tree|>
<tree.Node @content="ember" @isExpanded={{true}}>
<tree.Node @content="basic"/>
<tree.Node @content="tree"/>
</tree.Node>
</BasicTree>
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.