Color Picker
Color picker is an element that displays a color palette and allows users to select one of its colors. Displays the hex code of the selected color, which can be easily copied by the user.
Basic usage
Attributes and Properties
No properties available for this component.
Events
Name | Description |
---|---|
undefined | Emitted when selecting a color with a color value in multiple formats. |
Methods
No public methods available for this component.
CSS Shadow Parts
Name | Description |
---|---|
anchor | Anchor element. |
picker | Main container for color selection. |
marker | Colour selection marker. |
CSS Custom Properties
No CSS custom properties available for this component.
Slots
Name | Description |
---|---|
anchor | A slot for the anchor element that displays the color selection dropdown. |