ember-basic-tree

A customizable template-driven tree component

Usage no npm install needed!

<script type="module">
  import emberBasicTree from 'https://cdn.skypack.dev/ember-basic-tree';
</script>

README

ember-basic-tree

CI

A customizable template-driven tree component

Compatibility

  • Ember.js v3.20 or above
  • Ember CLI v3.20 or above
  • Node.js v12 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.