### `Tabs`

Props:

* `children` array of `Tab` props only
* `reverse` boolean


### `Tab`

Props:

* `path` string
* `title` string
* `passProps` object
* `component` object/func,
* `children` any

