---
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.radix-vue.com/components/progress.html
---
## Installation
```bash
npx shadcn-vue@latest add progress
```
### Install the following dependency:
```bash
npm install radix-vue
```
### Copy and paste the following code into your project:
<<< @/lib/registry/default/ui/progress/Progress.vue
## Usage
```vue
```