Tabs
Add tabs so you can display large blocks of related information without creating a long, hard-to-navigate page
Add or delete tabs
Add, change, or delete tab item icons
Example
Representation in Markdown
{% tabs %}
{% tab title="Windows" icon="windows" %} Here are the instructions for Windows {% endtab %}
{% tab title="macOS" icon="apple" %} Here are the instructions for macOS {% endtab %}
{% tab title="Linux" icon="linux" %} Here are the instructions for Linux {% endtab %}
{% endtabs %}Last updated
Was this helpful?