Tabpane and Tab
Render the Docsy tabpane and tab shortcodes together.
1 minute read
{{< tabpane text=true >}}
{{% tab header="Tab 1" lang="en" %}}Tab content.{{< /tab >}}
{{% tab header="Tab 2" lang="en" %}}More content.{{< /tab >}}
{{< /tabpane >}}
Example:
This is the first rendered tab.