---
title: Separator
description: Visually or semantically separates content.
source: apps/www/src/lib/registry/default/ui/separator
primitive: https://www.radix-vue.com/components/separator.html
---
## Installation
```bash
npx shadcn-vue@latest add separator
```
### Install the following dependency
```bash
npm install radix-vue
```
### Copy and paste the following code into your project
<<< @/lib/registry/default/ui/separator/Separator.vue
## Usage
```vue
```