# ColorPicker
The ColorPicker
component is used to display or select colors. It offers the representation of the HSL format, where the values Hue, Saturation, and Lightness can be set.
Color values can be passed to this component in CSS form. That means rgb(255, 130, 0)
, or hsl(31, 100%, 50%)
or simply #FF8200
are valid values.
The values are always returned as a hexadecimal code.
# Properties
No special parameters can be assigned to component ColorPicker
.