We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e29f6 commit 6c23656Copy full SHA for 6c23656
1 file changed
README.md
@@ -26,6 +26,14 @@ Usage
26
27
[View the docs here](https://dwickern.github.io/ember-basic-tree/).
28
29
+```hbs
30
+<BasicTree as |tree|>
31
+ <tree.Node @content="ember" @isExpanded={{true}}>
32
+ <tree.Node @content="basic"/>
33
+ <tree.Node @content="tree"/>
34
+ </tree.Node>
35
+</BasicTree>
36
+```
37
38
Contributing
39
------------------------------------------------------------------------------
0 commit comments