ember-basic-tree

4.0.0 • Public • Published

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.

/ember-basic-tree/

    Package Sidebar

    Install

    npm i ember-basic-tree

    Weekly Downloads

    22

    Version

    4.0.0

    License

    MIT

    Unpacked Size

    18.1 kB

    Total Files

    36

    Last publish

    Collaborators

    • dwickern