Directory

← Back

Color Picker Addon

Color Picker for Vaadin Flow

Author

Contributors

Rating

Vaadin Flow Java integration of https://github.com/fooloomanzoo/color-picker

Sample code

ColorPicker colorPicker = new ColorPicker();

ColorPicker colorPicker = new ColorPicker()
    .withAutoConfirm(false)
    .withRandomButtonHidden(false)
    .withAlpha(true);
ColorPicker colorPicker = new ColorPicker()
    .withNative(true);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Released
2019-05-10
Maturity
STABLE
License
Apache License 2.0

Compatibility

Framework
Vaadin 10+
Browser
Browser Independent
Online