---
title: Button
description: Displays a button or a component that looks like a button.
---
## Installation
1. Copy and paste the following code into your project.
This is the `` primitive. You can place it in a file at
`components/ui/button.tsx`.
## Usage
```tsx
import { Button } from "@/components/ui/button"
```
```tsx
```
## Examples
### Default
---
### Outline
---
### Subtle
---
### Ghost
---
### Link
---
### With Icon
---
### Loading