UNPKG

@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.

10 lines (9 loc) 261 B
# 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 /> ```