2.20.0 • Published 9 months ago

@jjh4450/react-color v2.20.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 months ago

2.19.14

9 months ago

2.19.13

9 months ago

2.19.12

9 months ago

2.19.11

9 months ago

2.19.10

9 months ago

2.19.9

9 months ago

2.19.8

9 months ago

2.19.7

9 months ago

2.19.6

9 months ago

2.19.5

9 months ago