gwt-material-addins
gwt-material-addins copied to clipboard
Feature request: MaterialColorPicker.
A color picker widget, following the material design guidelines.
I imagine something like this one (in terms of features):
- Flat mode: shows the canvas with the color gradient directly
- Color button: shows a button with the selected color, and when clicked, a popup shows the canvas and the other options
- Text input: same as the color button, but the color is written to a text input as hex string (and the user can input a color directly). When clicking on in, a popup shows the canvas and other options
Things to pay attention to:
- Touch support for mobile/tablet devices
- Responsive design (the popup shouldn't create an horizontal scroll bar on small screens)
- Ability to enable/disable certain features (like showing RGB/HSB values alongside HEX, a list of recent picked colors, presets and so on)
:+1:
Found some resources
- https://codepen.io/richiksc/full/dovpyB
- http://brianpkelley.github.io/md-color-picker/