-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Travis Scholl
committed
Aug 28, 2015
1 parent
255899c
commit a41237c
Showing
2 changed files
with
5 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
A very lightweight colorpicker. Just `ColorPicker = require "react-compact-colorpicker"` (for coffeescript) and `<ColorPicker onChange={(c) -> console.log c} />` to use! You can give it a color to start off with. | ||
A very lightweight colorpicker. Just `ColorPicker = require "react-compact-colorpicker"` (for coffeescript) and `<ColorPicker onChange={(c) -> console.log c} />` to use! 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. | ||
|
||
 | ||
|
||
[Demo](http://tscholl2.github.io/react-compact-colorpicker/) |
This file was deleted.
Oops, something went wrong.