Files
ui/docs/content/3.components/progress.md
2024-07-26 11:58:43 +02:00

40 lines
522 B
Markdown

---
description: An indicator showing the progress of a task.
links:
- label: Progress
icon: i-custom-radix-vue
to: https://www.radix-vue.com/components/progress.html
- label: GitHub
icon: i-simple-icons-github
to: https://github.com/benjamincanac/ui3/tree/dev/src/runtime/components/Progress.vue
---
## Usage
::component-code
---
props:
modelValue: 50
---
::
## Examples
## API
### Props
:component-props
### Slots
:component-slots
### Events
:component-events
## Theme
:component-theme