@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.
24 lines (16 loc) • 570 B
Markdown
# Mobile
To implement Mobile component into your project you'll need to add the import:
```jsx
import Mobile from "@kiwicom/orbit-components/lib/Mobile";
```
After adding import into your project you can use it simply like:
```jsx
<Mobile>
<Button>Hello World!</Button>
</Mobile>
```
## Props
Table below contains all types of the props available in the Mobile component.
| Name | Type | Description |
| :----------- | :----------- | :--------------------------- |
| **children** | `React.Node` | Children components to show. |