GitHub - dwickern/ember-basic-tree: A customizable tree component for ember.js

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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.