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

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.0

7 years ago

0.1.4

7 years ago