---
title: Stepper
description: A set of steps that are used to indicate progress through a multi-step process.
source: apps/www/src/lib/registry/default/ui/stepper
primitive: https://www.radix-vue.com/components/stepper.html
---
## Installation
```bash
npx shadcn-vue@latest add stepper
```
## Usage
```vue
1
Step 1
This is the first step
2
Step 2
This is the second step
```
## Examples
### Horizontal
### Vertical
### Form