mirror of https://github.com/onweru/compose.git

machiav3lli
18.30.2023 efc9c9f4207009e44bd93b718985622198c59d2d
exampleSite/content/docs/compose/shortcodes.md
@@ -169,6 +169,44 @@
{{< gallery "images/painting.jpg,images/scribble.jpg,images/painting.jpg" "Gallery Image 1::gallery image 2::gallery image 1 copy" >}}
### Tab(s)
Use this short if you want to publish a multiple tabs component.
**Syntax**
```markdown
{{</* tabs "tabsId" */>}}
{{</* tab "First" */>}}
What could such a tab include?
{{</* /tab >}}
{{</* tab "Second" */>}}
- Some *bulletpoints*
- and more…
- …
{{</* /tab >}}
{{</* tab "Third" */>}}
> great wise words?
{{</* /tab */>}}
{{</* /tabs */>}}
```
**Result**
{{< tabs "tabsId" >}}
{{< tab "First" >}}
What could such a tab include?
{{< /tab >}}
{{< tab "Second" >}}
- Some *bulletpoints*
- and more…
- …
{{< /tab >}}
{{< tab "Third" >}}
> great wise words?
{{< /tab >}}
{{< /tabs >}}
### Tip
Use this short if you want to publish informational tooltips that look like: