Directory

Color Picker Field for Flow - Vaadin Add-on Directory

A color picker field for Vaadin Flow Color Picker Field for Flow - Vaadin Add-on Directory
## ColorPickerField component for Vaadin Flow This addon is a direct successor of the [Color Picker Field Flow addon](https://vaadin.com/directory/component/color-picker-field-flow1/) 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-field) element to use it with Vaadin Flow. #### Converted vs. Raw Value There are two implementations of the color picker: * `ColorPickerField` - Provides the value automatically converted to a `java.awt.Color` * `ColorPickerFieldRaw` - Provides the value as raw CSS Color `String`