@kiwicom/orbit-components
Version:
Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.
17 lines (14 loc) • 685 B
Markdown
# 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 />
```
## Props
Table below contains all types of the props available in the Separator component.
| Name | Type | Default | Description |
| :---------- | :------ | :--------- | :------------------------------- |
| spaceAfter | `enum` | | Additional `margin-bottom` after component. [See this docs](https://github.com/kiwicom/orbit-components/tree/master/src/common/getSpacingToken)