dgreene1 / react-accessible-treeview

A react component that implements the treeview pattern as described by the WAI-ARIA Authoring Practices.
https://dgreene1.github.io/react-accessible-treeview
MIT License
277 stars 37 forks source link

How to create a node #145

Closed holy-dev closed 1 year ago

holy-dev commented 1 year ago

Is it possible to create a node?

dgreene1 commented 1 year ago

Yes. Use controlled props like you would modify state for any component in react.

This issue doesn’t have enough information and we don’t typically answer stack overflow style questions. Closing.