v2 beta docs. Upgrade guide Back to v1

Color Picker

This component uses the native OS color picker.

Pick a color
A nice color
Icon
Suffix
<x-colorpicker wire:model="color1" label="Pick a color" hint="A nice color" />
 
<x-colorpicker wire:model="color2" label="Icon" icon="o-swatch" />
 
<x-colorpicker wire:model="color3" label="Suffix" suffix="Hex code" />
 
<span></span>
<x-colorpicker wire:model="color4" label="Color" placeholder="Inline example" inline />

Made with by Robson TenĂ³rio and contributors.