Skip to content

Commit

Permalink
link and image of demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Scholl committed Aug 28, 2015
1 parent 255899c commit a41237c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 112 deletions.
6 changes: 5 additions & 1 deletion README.md
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.

![gif](http://tscholl2.github.io/react-compact-colorpicker/screen.gif)

[Demo](http://tscholl2.github.io/react-compact-colorpicker/)
111 changes: 0 additions & 111 deletions build/colorpicker.js

This file was deleted.

0 comments on commit a41237c

Please sign in to comment.