Hi guys,
how to create the color picker in Vaadin 12? Is there any good plugin for that?
I’m familiar with ColorPicker in Vaadin 8 but it’s not available anymore. https://demo.vaadin.com/sampler/#ui/data-input/other/color-picker
The other thing: How to set background color for components or just set text color in Label? Is it the only option by defining fixed CSS styles? I would like to give to the User the opportunity to define his own main color. Any color and not only one from predefined options like here: https://demo.vaadin.com/colorpicker
Thanks!