4.0.0 • Published 3 months ago

ember-basic-tree v4.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 months ago

ember-basic-tree

CI

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

View the docs here.

<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.