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/progress.md
1# Progress23An indicator showing the progress of a task.45> Based on [Reka UI Progress](https://reka-ui.com/docs/components/progress)67## Key Props89- `max`: to set the maximum value of the Progress.10- `status`: to display the current Progress value above the bar.11- `animation`: to change the animation of the Progress to an inverse carousel, a swinging bar or an elastic bar.12- `orientation`: to change the orientation of the Progress.13- `color`: to change the color of the Slider.14- `size`: to change the size of the Slider.15- `inverted`: to visually invert the Progress.1617## Usage1819```vue20<UProgress21<!-- props here -->22/>23```24