Color Picker for Flow - Vaadin Add-on Directory
A color picker for Vaadin Flow## ColorPickerField component for Vaadin Flow
This addon is a direct successor of the [Color Picker Flow addon](https://vaadin.com/directory/component/color-picker-flow) since the actual author Julien Charpenel is not able to support it.
Huge thanks to him for developing it!
This is a the Component wrapper implementation of the [``](https://github.com/Juchar/color-picker) element to use it with Vaadin Flow.
#### Converted vs. Raw Value
There are two implementations of the color picker:
* `ColorPicker` - Provides the value automatically converted to a `java.awt.Color`
* `ColorPickerRaw` - Provides the value as raw CSS Color `String`
Issue trackerOnline Demo
View on GitHub
Color Picker for Flow version 2.0.0.beta1
- initial release
## Note
Currently `flow-server-compatibility-mode` is not supported!
Color Picker for Flow version 2.0.0.beta2
- fixed small display issue when selecting a colour with maximum transparency
## Note
Currently `flow-server-compatibility-mode` is not supported!
Color Picker for Flow version 2.0.0.beta3
fixes packaging issue
## Note
Currently `flow-server-compatibility-mode` is not supported!