UNPKG

@kiwicom/orbit-components

Version:

<div align="center"> <a href="https://orbit.kiwi" target="_blank"> <img alt="orbit-components" src="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components.png" srcset="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components@2x.png 2x"

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 /> ```