Rc Select
rc-select
React Select
Component Libraries
react
react-component
react-select
select
rc-select
Component Libraries
javascript
npm
frontend
open source
Stars
938
Weekly
0
Open issues
194
Bundle
~60 kB
Installation
npm install rc-selectCode example
import { Button } from "rc-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 yesmeck
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 194 open issues on GitHub