Skip to content

Commit 7e2f876

Browse files
authored
up
1 parent 0175245 commit 7e2f876

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ usage: [src/demo/App.jsx](src/demo/App.jsx)
44

55
live demo: [https://milahu.github.io/solidjs-treeview-component/](https://milahu.github.io/solidjs-treeview-component/)
66

7-
## related
8-
9-
### aria spec
7+
## aria spec
108

119
https://www.w3.org/TR/wai-aria-practices/#TreeView
1210

@@ -21,6 +19,8 @@ https://www.w3.org/TR/wai-aria-practices/#TreeView
2119
> can be expanded to reveal the contents of the folder,
2220
> which may be files, folders, or both.
2321
24-
### svelte
22+
## other treeview components
2523

26-
a treeview component in svelte: https://svelte.dev/tutorial/svelte-self
24+
- https://github.com/aquaductape/solid-tree-view - a treeview component in solidjs
25+
- https://svelte.dev/tutorial/svelte-self - a treeview component in svelte
26+
- https://github.com/mar10/fancytree - a treeview component in jQuery

0 commit comments

Comments
 (0)