Color Picker
Color picker let the user select a color
Import
js
import { MpColorPicker } from '@mekari/pixel3'
Playground
API
MpColorPicker
Props
Events
Slots
Name | Type | Default |
---|---|---|
id | string | - |
title | string | Pick a color |
value | string | #3B82F6 |
placeholder | string | 3B82F6 |
variant | advance | basic | advance |
placement | top | right | bottom | left | top-start | top-end | right-start | right-end | right-end | bottom-start | bottom-end | left-start | left-end | bottom |
present | string |
[
'#3B82F6',
'#14B8A6',
'#8B5CF6',
'#F59E0B',
'#EF4444',
'#71717A',
'#84CC16',
'#EC4899',
'#232933',
'#60A5FA',
'#2DD4BF',
'#A78BFA',
'#FBBF24',
'#F87171',
'#A1A1AA',
'#A3E635',
'#F472B6',
'#FFFFFF'
] |
is-show-popover | boolean | false |
is-show-saturation | boolean | true |
is-show-hue | boolean | true |
is-show-input | boolean | true |
is-show-preset | boolean | true |
is-invalid | boolean | false |