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-time.md
1# InputTime23An input for selecting a time.45> Based on [Reka UI InputTime](https://reka-ui.com/docs/components/time-field)67## Key Props89- `color`: to change the color of the InputTime.10- `variant`: to change the variant of the InputTime.11- `size`: to change the size of the InputTime.12- `icon`: to show an [Icon](/docs/components/icon) inside the InputTime.13- `avatar`: to show an [Avatar](/docs/components/avatar) inside the InputTime.14- `disabled`: to disable the InputTime.1516## Usage1718```vue19<UInputTime20<!-- props here -->21/>22```23