1.0.15 • Published 5 years ago

simple-react-color-picker v1.0.15

Weekly downloads
5
License
(ISC OR GPL-3.0)
Repository
github
Last release
5 years ago

This is a simple color picker realized in React

The picker roughly looks like this:

You can choose a base color on the layer panel first and then range and/or alpha at bottom.

You can also define your color by typing.

If you're trying to figure out the principle of the web color model, you may refer to:

Web colors - Wikipedia

RGBA color space - Wikipedia

usage

npm install simple-react-color-picker

Rendering:

import React from 'react'
import ReactDOM from 'react-dom'
import PickerPanel from 'simple-react-color-picker'

...

render(){
	return(
		<div>
			...
 			<PickerPanel />
 		</div>
	)
}
1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.0

6 years ago

0.1.4

6 years ago