Tabs and Details

Tabs #

Use tabs for platform, language, or package-manager alternatives.

go-html
{{< tabs "package-manager" >}}
{{% tab "npm" %}}
```bash
npm install
```
{{% /tab %}}
{{< /tabs >}}
bash
npm install
bash
pnpm install

The first argument identifies the tab group on the page.

Details #

go-html
{{% details "Show more" %}}
Additional explanation goes here.
{{% /details %}}
Details

Additional explanation goes here.

Use Details for supporting material, not information readers need to understand the main flow.