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