Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juicy/juicy-color-picker
Custom element to choose a color
https://github.com/juicy/juicy-color-picker
plain-js used-in-starcounter-app
Last synced: 11 days ago
JSON representation
Custom element to choose a color
- Host: GitHub
- URL: https://github.com/juicy/juicy-color-picker
- Owner: Juicy
- License: mit
- Created: 2015-05-20T15:03:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T16:32:42.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T00:06:14.853Z (7 months ago)
- Topics: plain-js, used-in-starcounter-app
- Language: HTML
- Size: 15.6 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# juicy-color-picker
Simple color picker## Properties
| Name | Type | Default value | Description |
|-----------|----------|---------------|------------------------------------------------------------|
| `value` | *String* | | Selected color |
| `pallete` | *Enum* | `flat` | Name of colors pallete. Possible values: `crayons`, `flat` |## Events
| Name | Description |
|------------------------------------|------------------------------------|
| `change` | Occurs when selected value changed |## [Contributing and Development](CONTRIBUTING.md)
## License
MIT