Skip to content

Fork of react-color that uses our fork of tinycolor to prevent jumpy behaviour, revisit this when version 3.0.0 of react-color is released

License

Notifications You must be signed in to change notification settings

BioRender-Team/react-color

 
 

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

Fork of react-color that uses our fork of tinycolor to prevent jumpy behaviour, revisit this when version 3.0.0 of react-color is released

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 100.0%