|
@@ -384,7 +384,7 @@ variables:
|
|
|
|
|
|
{% include snippet.html content=tabs_example horizontal=true %}
|
|
{% include snippet.html content=tabs_example horizontal=true %}
|
|
|
|
|
|
- {% include snippet.html content=tabs_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_example horizontal=true more=true %}
|
|
|
|
|
|
{% include anchor.html name="Alignment" %}
|
|
{% include anchor.html name="Alignment" %}
|
|
|
|
|
|
@@ -394,9 +394,9 @@ variables:
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- {% include snippet.html content=tabs_centered_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_centered_example horizontal=true more=true %}
|
|
|
|
|
|
- {% include snippet.html content=tabs_right_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_right_example horizontal=true more=true %}
|
|
|
|
|
|
{% include anchor.html name="Icons" %}
|
|
{% include anchor.html name="Icons" %}
|
|
|
|
|
|
@@ -404,20 +404,20 @@ variables:
|
|
<p>You can use any of the <a href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a> <strong>icons</strong>.</p>
|
|
<p>You can use any of the <a href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a> <strong>icons</strong>.</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- {% include snippet.html content=tabs_icons_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_icons_example horizontal=true more=true %}
|
|
|
|
|
|
- {% include snippet.html content=tabs_icons_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_icons_example horizontal=true more=true %}
|
|
|
|
|
|
{% include anchor.html name="Sizes" %}
|
|
{% include anchor.html name="Sizes" %}
|
|
<div class="content">
|
|
<div class="content">
|
|
<p>You can choose between <strong>3 additional sizes</strong>: <code>is-small</code> <code>is-medium</code> and <code>is-large</code>.</p>
|
|
<p>You can choose between <strong>3 additional sizes</strong>: <code>is-small</code> <code>is-medium</code> and <code>is-large</code>.</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- {% include snippet.html content=tabs_small_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_small_example horizontal=true more=true %}
|
|
|
|
|
|
- {% include snippet.html content=tabs_medium_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_medium_example horizontal=true more=true %}
|
|
|
|
|
|
- {% include snippet.html content=tabs_large_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_large_example horizontal=true more=true %}
|
|
|
|
|
|
{% include anchor.html name="Styles" %}
|
|
{% include anchor.html name="Styles" %}
|
|
|
|
|
|
@@ -425,19 +425,19 @@ variables:
|
|
If you want a more classic style with <strong>borders</strong>, just append the <code>is-boxed</code> modifier.
|
|
If you want a more classic style with <strong>borders</strong>, just append the <code>is-boxed</code> modifier.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- {% include snippet.html content=tabs_boxed_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_boxed_example horizontal=true more=true %}
|
|
|
|
|
|
<p class="content">
|
|
<p class="content">
|
|
If you want <strong>mutually exclusive</strong> tabs (like radio buttons where clicking one deselects all other ones), use the <code>is-toggle</code> modifier.
|
|
If you want <strong>mutually exclusive</strong> tabs (like radio buttons where clicking one deselects all other ones), use the <code>is-toggle</code> modifier.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
- {% include snippet.html content=tabs_toggle_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_toggle_example horizontal=true more=true %}
|
|
|
|
|
|
<p class="content">
|
|
<p class="content">
|
|
If you want the tabs to take up the <strong>whole width</strong> available, use <code>is-fullwidth</code>.
|
|
If you want the tabs to take up the <strong>whole width</strong> available, use <code>is-fullwidth</code>.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
- {% include snippet.html content=tabs_fullwidth_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_fullwidth_example horizontal=true more=true %}
|
|
|
|
|
|
{% include anchor.html name="Combining" %}
|
|
{% include anchor.html name="Combining" %}
|
|
|
|
|
|
@@ -445,13 +445,13 @@ variables:
|
|
<p>You can <strong>combine</strong> different modifiers. For example, you can have <strong>centered boxed</strong> tabs, or <strong>fullwidth toggle</strong> ones.</p>
|
|
<p>You can <strong>combine</strong> different modifiers. For example, you can have <strong>centered boxed</strong> tabs, or <strong>fullwidth toggle</strong> ones.</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- {% include snippet.html content=tabs_centered_boxed_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_centered_boxed_example horizontal=true more=true %}
|
|
|
|
|
|
- {% include snippet.html content=tabs_toggle_fullwidth_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_toggle_fullwidth_example horizontal=true more=true %}
|
|
|
|
|
|
- {% include snippet.html content=tabs_centered_boxed_medium_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_centered_boxed_medium_example horizontal=true more=true %}
|
|
|
|
|
|
- {% include snippet.html content=tabs_toggle_fullwidth_large_example horizontal=true clipped=true %}
|
|
|
|
|
|
+ {% include snippet.html content=tabs_toggle_fullwidth_large_example horizontal=true more=true %}
|
|
|
|
|
|
{% include variables.html %}
|
|
{% include variables.html %}
|
|
|
|
|