Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin authored Jun 14, 2022
1 parent d202d45 commit a8033d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,16 @@ treeview component (beta)
## Ussage
```html
<u1-tree>
<u1-tree>
Folder 1
<u1-tree>File 1.1</u1-tree>
<u1-tree>File 1.2</u1-tree>
</u1-tree>
<u1-tree>
Folder 2
<u1-tree>File 2.1</u1-tree>
<u1-tree>File 2.2</u1-tree>
</u1-tree>
<u1-tree>File 3</u1-tree>
</u1-tree>
```

0 comments on commit a8033d2

Please sign in to comment.