react-color-2

2.0.2 • Public • Published

React Color

  • 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

/react-color-2/

    Package Sidebar

    Install

    npm i react-color-2

    Weekly Downloads

    0

    Version

    2.0.2

    License

    MIT

    Last publish

    Collaborators

    • tiengtinh