## Introduction
Simple responsive horizontal navigation tabs, with different styles
## Usages
1. Basic structure.
```html
Tab One Content
Tab Two Content
```
2. Alignment: To align the tabs list, use the `is-centered` or `is-right` modifier on the `.shapla-tabs__tab`
container:
```html
```
 :3. Sizes: You can choose between 3 additional sizes: `is-small` `is-medium` and `is-large`
```html
```
4. Style borders: If you want a more classic style with borders, just append the `is-boxed` modifier.
```html
```
5. Style toggle: If you want mutually exclusive tabs (like radio buttons where clicking one deselects all other
ones), use the `is-toggle` modifier. If you use both `is-toggle` and `is-toggle-rounded`, the first and last items will
be rounded.
```html
```
5. Fullwidth: If you want the tabs to take up the whole width available, use `is-fullwidth`.
```html
```