2.20.0 • Published 10 months ago

@jjh4450/react-color v2.20.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

This is a fork from https://github.com/casesandberg/react-color to make it compatible with React 19.

Thanks to @ofps.

npm install @ybochatay/react-color

 

 

 

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

2.20.0

10 months ago

2.19.14

10 months ago

2.19.13

10 months ago

2.19.12

10 months ago

2.19.11

10 months ago

2.19.10

10 months ago

2.19.9

10 months ago

2.19.8

10 months ago

2.19.7

10 months ago

2.19.6

10 months ago

2.19.5

10 months ago