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-number.md
1# InputNumber23An input for numerical values with a customizable range.45## Key Props67- `step`: to set the step value of the InputNumber.8- `orientation`: to change the orientation of the InputNumber.9- `placeholder`: to set a placeholder text.10- `color`: to change the ring color when the InputNumber is focused.11- `variant`: to change the variant of the InputNumber.12- `size`: to change the size of the InputNumber.13- `disabled`: to disable the InputNumber.1415## Usage1617```vue18<UInputNumber19<!-- props here -->20/>21```22