Color Picker
Overview
A visible component to pick a color.
Component Properties
| Property | Description |
|---|---|
| color | Initial color to be display |
Blocks
Properties
color
Accepts: String
sets the color value to color picker
loading block...
color
Returns: String
gets the current color value
loading block...
hide
Accepts: Boolean
Hides the component if the input is true and shows it if the input is false
loading block...
hidden
Returns: Boolean
Returns true if the component is hidden and false if it is not
loading block...