Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/color-picker.md
1# ColorPicker23A component to select a color.45## Key Props67- `format`: to set `rgb` value of the ColorPicker.8- `throttle`: to set the throttle value of the ColorPicker.9- `size`: to set the size of the ColorPicker.10- `disabled`: to disable the ColorPicker.1112## Usage1314```vue15<UColorPicker16<!-- props here -->17/>18```19