Rc Dropdown
rc-dropdown
dropdown ui component for react
Utilities
react
react-dropdown
rc-dropdown
Utilities
javascript
npm
frontend
open source
ui
library
Stars
181
Weekly
0
Open issues
36
Bundle
~60 kB
Installation
npm install rc-dropdownCode example
import { useRcDropdown } from "rc-dropdown";
export function Example() {
const value = useRcDropdown();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by benjycui
- 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
- 36 open issues on GitHub