ColorTextField add-on for Vaadin Flow - Vaadin Add-on Directory
Text color picker for Vaadin FlowExtention of Vaadin `TextField` that allows users to input and select colors. The ColorTextField provides a color preview, a color picker popover with predefined colors, and a history of selected colors. The component supports both hexadecimal color codes and commons CSS color names.
This implementation is inspired by the color picker component from Microsoft Office 2010. I took ideas from a similar 100% JavaScript componentfound [here](https://github.com/evoluteur/colorpicker)
View on GitHub