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

Allow us to override the list component #152

Closed baba43 closed 1 year ago

baba43 commented 1 year ago

First of all, thank you for the work!

I would like to implement this component in Mantine, for which I would need the ability to override the list component so that I can use a custom component for <ul>.

I wonder if this would be feasible?

dgreene1 commented 1 year ago

I’m not certain but it’s my gut feeling that by allowing that much flexibility we would be removing the ability to ensure that the library remains WCAG compliant. Also, we don’t have the staff to support this feature request. So, you are probably best off forking.