Skip to content

hmeerlo/react-color

This branch is 307 commits behind casesandberg/react-color:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 21, 2016
Jun 9, 2016
Jun 9, 2016
Apr 17, 2016
Jun 9, 2016
May 2, 2016
Jun 9, 2016
May 11, 2016
Jan 25, 2016
Mar 7, 2016
Sep 27, 2015
Aug 10, 2015
Feb 26, 2016
Mar 7, 2016
Jun 9, 2016
Aug 17, 2015
Mar 7, 2016
Mar 7, 2016
Mar 7, 2016
Aug 17, 2015
Jan 18, 2016
Mar 7, 2016
Jun 9, 2016
Aug 16, 2015
Feb 26, 2016

Repository files navigation

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

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

Sketch and Photoshop Color Picker Built in React

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 type="sketch" />;
  }
}

You can import ChromePicker CompactPicker MaterialPicker PhotoshopPicker SketchPicker SliderPicker SwatchesPicker respectively.

100% inline styles via ReactCSS

About

🎨 Color Pickers from Sketch, Photoshop, Chrome & more

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 86.4%
  • HTML 13.6%