hipstersmoothie / color-picker

🎨 React color pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Home Page:https://colorpicker.hellopangea.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pangea color picker

Npm Version License Downloads

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

Demo

Demo

Live Demo

Installation & Usage

npm install @hello-pangea/color-picker

Include the Component

import 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.

About

🎨 React color pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

https://colorpicker.hellopangea.dev

License:MIT License


Languages

Language:TypeScript 66.4%Language:JavaScript 32.8%Language:CSS 0.9%