React Colorful
react-colorful
🎨 A tiny (3,1 KB) color picker component for React and Preact apps. Fast, well-tested, dependency-free, mobile-friendly and accessible
Component Libraries
react
color picker
react-component
colorpicker
tiny
hex
color
front-end
color-picker
accessible
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install react-colorfulCode example
import { Button } from "react-colorful";
export function Example() {
return (
<div className="flex gap-2">
<Button>Primary</Button>
<Button variant="outline">Secondary</Button>
</div>
);
}Pros & cons
Pros
- Actively maintained by Vlad Shilov
- 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
- 0 open issues on GitHub