> Available since version: `1.0.0`

> Styling from Mekari UI Toolkit that must be used on this component are (or with its `.scss`):
> - `./css/components/mekari-ui-reboot-bootstrap`
> - `./css/components/mekari-ui-tabs`

Tabs component is based on [BootstrapVue v2.21.1](https://bootstrap-vue.org/docs/components/tabs), so for more information you can see the [BootstrapVue](https://bootstrap-vue.org/docs/components/tabs) page. The Tabs is basically a container for Tab component.

You can import the Tabs component with this:
```js
import { MTabs, MTab } from '@mekari/mekari-ui-vue/src';

// For more usage, you can see here:
// https://bootstrap-vue.org/docs/components/tabs
```
