# Separator
To implement Separator component into your project you'll need to add the import:
```jsx
import Separator from "@kiwicom/orbit-components/lib/Separator";
```
After adding import into your project you can use it simply like:
```jsx
<Separator />
```
