Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.
/ react-color Public archive
forked from casesandberg/react-color

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

License

Notifications You must be signed in to change notification settings

noona-hq/react-color

This branch is 1 commit ahead of, 21 commits behind casesandberg/react-color:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 14, 2016
Sep 1, 2017
Dec 20, 2018
Apr 29, 2020
Sep 4, 2016
May 15, 2020
Jan 25, 2016
Sep 1, 2017
Dec 2, 2016
Jul 10, 2017
Aug 17, 2015
Feb 15, 2018
May 13, 2020
Sep 1, 2017

Repository files navigation

Npm Version Build Status License Downloads

  • 13 Different Pickers - Sketch, Photoshop, Chrome and many more

  • Make Your Own - Use the building block components to make your own

Demo

Demo

Live Demo

Installation & Usage

npm install react-color --save

Include the Component

import React from 'react'
import { SketchPicker } from 'react-color'

class Component extends React.Component {

  render() {
    return <SketchPicker />
  }
}

You can import AlphaPicker BlockPicker ChromePicker CirclePicker CompactPicker GithubPicker HuePicker MaterialPicker PhotoshopPicker SketchPicker SliderPicker SwatchesPicker TwitterPicker respectively.

100% inline styles via ReactCSS

About

🎨 Color Pickers from Sketch, Photoshop, Chrome, Github, Twitter & more

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%