We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb089d4 commit f802876Copy full SHA for f802876
README.md
@@ -65,10 +65,9 @@ The warning message...
65
#### Tabs
66
67
```go
68
-{{< tabs >}}
69
-{{% tab "MacOS" %}} # MacOS Content {{% /tab %}}
70
-{{% tab "Linux" %}} # Linux Content {{% /tab %}}
71
-{{% tab "Windows" %}} # Windows Content {{% /tab %}}
+{{< tabs name="tabs_uniq_name" >}}
+{{% tab name="Tab caption 1" %}}Tab 1 Content {{% /tab %}}
+{{% tab name="Tab caption 2" %}}Tab 2 Content {{% /tab %}}
72
{{< /tabs >}}
73
```
74
0 commit comments