Tabs only require a tabs
container and a <ul>
list.
The default tabs style has a single border at the bottom.
--- layout: documentation doc-tab: components doc-subtab: tabs variables: - name: $tabs-border-bottom-color value: $border - name: $tabs-border-bottom-style value: solid - name: $tabs-border-bottom-width value: 1px - name: $tabs-link-color value: $text - name: $tabs-link-hover-border-bottom-color value: $text-strong - name: $tabs-link-hover-color value: $text-strong - name: $tabs-link-active-border-bottom-color value: $primary - name: $tabs-link-active-color value: $primary - name: $tabs-link-padding value: 0.5em 1em - name: $tabs-boxed-link-radius value: $radius - name: $tabs-boxed-link-hover-background-color value: $background - name: $tabs-boxed-link-hover-border-bottom-color value: $border - name: $tabs-boxed-link-active-background-color value: $white - name: $tabs-boxed-link-active-border-color value: $border - name: $tabs-boxed-link-active-border-bottom-color value: transparent - name: $tabs-toggle-link-border-color value: $border - name: $tabs-toggle-link-border-style value: solid - name: $tabs-toggle-link-border-width value: 1px - name: $tabs-toggle-link-hover-background-color value: $background - name: $tabs-toggle-link-hover-border-color value: $border-hover - name: $tabs-toggle-link-radius value: $radius - name: $tabs-toggle-link-active-background-color value: $primary - name: $tabs-toggle-link-active-border-color value: $primary - name: $tabs-toggle-link-active-color value: $primary-invert --- {% capture tabs_example %}
{% endcapture %} {% capture tabs_centered_example %} {% endcapture %} {% capture tabs_right_example %} {% endcapture %} {% capture tabs_icons_example %} {% endcapture %} {% capture tabs_small_example %} {% endcapture %} {% capture tabs_medium_example %} {% endcapture %} {% capture tabs_large_example %} {% endcapture %} {% capture tabs_boxed_example %} {% endcapture %} {% capture tabs_toggle_example %} {% endcapture %} {% capture tabs_fullwidth_example %} {% endcapture %} {% capture tabs_centered_boxed_example %} {% endcapture %} {% capture tabs_toggle_fullwidth_example %} {% endcapture %} {% capture tabs_centered_boxed_medium_example %} {% endcapture %} {% capture tabs_toggle_fullwidth_large_example %} {% endcapture %} {% include subnav-components.html %}Tabs only require a tabs
container and a <ul>
list.
The default tabs style has a single border at the bottom.
To align the tabs list, use the is-centered
or is-right
modifier on the .tabs
container:
You can use any of the Font Awesome icons.
You can choose between 3 additional sizes: is-small
is-medium
and is-large
.
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
.
You can combine different modifiers. For example, you can have centered boxed tabs, or fullwidth toggle ones.