# Separator

To implement Separator component into your project you'll need to add the import:

```jsx
import { Separator } from '@kiwicom/orbit-react-native';
```

After adding import into your project you can use it simply like:

```jsx
<Separator />
```

## Props

Table below contains all types of the props available in the Separator component.

| Name       | Type     | Default | Description                                                                                                    |
| :--------- | :------- | :------ | -------------------------------------------------------------------------------------------------------------- |
| spaceAfter | `enum`   |         | Additional `marginBottom` after component. [See this docs](https://github.com/kiwicom/)                        |
| testID     | `string` |         | Optional prop for testing purposes. (This disables the 'layout-only view removal' optimization for this view!) |
