Home
Softono

Solidjs Treeview Component

Open source JavaScript
18
Stars
1
Forks
0
Issues
1
Watchers
3 years
Last Commit

 About Solidjs Treeview Component

TreeView component for SolidJS

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Solidjs Treeview Component?

We provide expert installation service for this software. Our team will install, configure, and secure Solidjs Treeview Component on your server. plans start at just $30.

Solidjs Treeview Component

View on GitHub

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