ui
ui copied to clipboard
Feature request: Tree Select Component
Adding a tree select component to Shadcn would be a wonderful addition. Here's a glimpse of what I am referring to:
https://ant.design/components/tree-select
This feature is useful in a lot of complex scenarios. For instance, I am building this open-source OAuth server where I am looking to implement a tree select dropdown using which an administrator can assign permissions to users accessing the system in a granular level. For example, an admin can provide access to read write all profiles or only allow read which would be a sub of read-write. Does such a component already exist here? Or does anyone already have an example of this? For the moment I don't see something of that sort. I am planning to use https://www.npmjs.com/package/rc-tree-select, but a native Shadcn component would be pretty cool!