frontend-collective / frontend-collective/react-sortable-tree
Request: CSS classes for each level of depth
Open
- Dominant language
- JavaScript
- Stars
- 5k
- Forks
- 914
- PR merge metrics
- No merged PRs in 30d
Description
# Requesting a Feature?
It would be nice to have the possibility of exposing a CSS class for styling each depth level. I tried with a little hack on node_modules adding `depth__${path.length}` hardcoded in the class list of the component.
I tried to add it like a prop (something like `` ) but I haven't any success with this approach.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.