How to use
After installing the component from the forge, open the "Add public elements" dialog (or click Ctrl+Q), select the library "ColorPicker" and add the block element.
You will see a new web block available to use in screens or other web blocks.
There are three parameters in the widget:
You need to handle the event ColorSelected with a client action. The event just contain an input parameter (Color) that gives the color's RGB code selected by the user.
In the following example, the user selects a color and applies it to a container's background.