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/input-date.md
1# InputDate23An input component for date selection.45> Based on [Reka UI InputDate](https://reka-ui.com/docs/components/date-field)67## Key Props89- `range`: to select a range of dates.10- `color`: to change the color of the InputDate.11- `variant`: to change the variant of the InputDate.12- `size`: to change the size of the InputDate.13- `disabled`: to disable the InputDate.1415## Usage1617```vue18<UInputDate19<!-- props here -->20/>21```22