Tabs
Simple responsive horizontal navigation tabs, with different styles
Tabs only require a tabs
container and a <ul>
list.
The default tabs style has a single border at the bottom.
Alignment
To align the tabs list, use the is-centered
or is-right
modifier on the .tabs
container:
Icons
You can use any of the Font Awesome icons.
Sizes
You can choose between 3 additional sizes: is-small
is-medium
and is-large
.
Styles
If you want a more classic style with borders, just append the is-boxed
modifier.
If you want mutually exclusive tabs (like radio buttons where clicking one deselects all other ones), use the is-toggle
modifier.
If you want the tabs to take up the whole width available, use is-fullwidth
.
Combining
You can combine different modifiers. For example, you can have centered boxed tabs, or fullwidth toggle ones.