Simple color picker for React.
- π¨ 13 different pickers - Start building with Sketch, Photoshop, Chrome and many more
- π¨ Make your own - Use React Context and our building blocks to create any custom component
- π² Tree shakeable
- π Examples
This library is a fork of react-color and builds on the amazing work of @casesandberg
npm install @hello-pangea/color-pickerimport React from "react";
import { SketchPicker } from "@hello-pangea/color-picker";
function App() {
return <SketchPicker />;
}You can import AlphaPicker BlockPicker ChromePicker CirclePicker CompactPicker GithubPicker HuePicker MaterialPicker PhotoshopPicker SketchPicker SliderPicker SwatchesPicker TwitterPicker respectively.