Rc Tree Select
rc-tree-select
tree-select ui component for react
Component Libraries
react
react-component
react-tree-select
tree-select
rc-tree-select
Component Libraries
javascript
npm
frontend
open source
Stars
311
Weekly
1.5M
Open issues
96
Bundle
~25 kB
Installation
npm install rc-tree-selectCode example
import { Button } from "rc-tree-select";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by smith3816@gmail.com
- 1.5M weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~25 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 96 open issues on GitHub