Form Components
Color picker
Cyber Week Mega Offer!
Huge discounts on all Hostinger plans
Use our referral link for an extra 20% off!
# Basic usage
<x-color-picker label="Color picker" wire:model="color1" />
# Custom colors
<x-color-picker wire:model="color2" :colors="['#eeeeee', '#dddddd', '#cccccc', '#bbbbbb', '#aaaaaa', '#000000']" />
# Without picker
<x-color-picker wire:model="color3" no-picker />