---
title: Progress
description: Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
source: apps/www/src/lib/registry/default/ui/progress
primitive: https://www.reka-ui.com/docs/components/progress.html
---
## Installation
```bash
npx shadcn-vue@latest add progress
```
### Install the following dependency:
```bash
npm install reka-ui
```
### Copy and paste the following code into your project:
<<< @/registry/default/ui/progress/Progress.vue
## Usage
```vue
```