Skip to content

tscholl2/react-compact-colorpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very lightweight colorpicker. It has no dependencies to use and barely adds any size to your project. The source code is less than 70 lines (and more than 10 of those are licensing).

Try a demo.

Just use

ColorPicker = require "react-compact-colorpicker"
<ColorPicker color="#aaa" onChange={(c) -> console.log c} />

You can give it a color to start off with. See the dev branch for examples.

Was originally created as part of something for SageMathCloud.

Seems to work on mobile magically.

gif

About

a very lightweight color picker for react

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published