gwt-material-addins icon indicating copy to clipboard operation
gwt-material-addins copied to clipboard

Feature request: MaterialColorPicker.

Open gilberto-torrezan opened this issue 9 years ago • 2 comments

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)

gilberto-torrezan avatar Apr 03 '16 18:04 gilberto-torrezan

:+1:

kevzlou7979 avatar Apr 04 '16 05:04 kevzlou7979

Found some resources

  • https://codepen.io/richiksc/full/dovpyB
  • http://brianpkelley.github.io/md-color-picker/

kevzlou7979 avatar Sep 13 '17 06:09 kevzlou7979