---
title: Button
description: Displays a button or a component that looks like a button.
---
## Installation
```bash
npx shadcn-vue@latest add button
```
### Copy and paste the following code into your project
```vue
```
## Usage
```vue
```
## Examples
### Primary
### Secondary
### Destructive
### Outline
### Ghost
### Link
### Icon
### With Icon
### Loading
### As Child