milahu / solidjs-treeview-component

TreeView component for SolidJS

Home Page:https://milahu.github.io/solidjs-treeview-component/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solidjs-treeview-component

usage: src/demo/App.jsx

live demo: https://milahu.github.io/solidjs-treeview-component/

aria spec

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

A tree view widget presents a hierarchical list.
Any item in the hierarchy may have child items,
and items that have children
may be expanded or collapsed to show or hide the children.

For example, in a file system navigator
that uses a tree view to display folders and files,
an item representing a folder
can be expanded to reveal the contents of the folder,
which may be files, folders, or both.

other treeview components

solidjs docs

About

TreeView component for SolidJS

https://milahu.github.io/solidjs-treeview-component/

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 92.2%Language:Shell 4.8%Language:HTML 3.0%