2023-07-28 22:11:25 +01:00
|
|
|
---
|
2023-08-17 23:09:49 +01:00
|
|
|
title: Shortcodes
|
|
|
|
weight: 9
|
2023-07-28 22:11:25 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
Hextra provides a variety of built-in components based on [Hugo Shortcodes](https://gohugo.io/content-management/shortcodes/).
|
|
|
|
|
|
|
|
|
|
|
|
{{< cards >}}
|
|
|
|
{{< card link="callouts" title="Callouts" icon="warning" >}}
|
2023-08-17 23:09:49 +01:00
|
|
|
{{< card link="cards" title="Cards" >}}
|
|
|
|
{{< card link="filetree" title="FileTree" >}}
|
2023-07-30 12:53:06 +01:00
|
|
|
{{< card link="steps" title="Steps" icon="one" >}}
|
2023-08-17 23:09:49 +01:00
|
|
|
{{< card link="tabs" title="Tabs" icon="collection" >}}
|
2023-07-28 22:11:25 +01:00
|
|
|
{{< /cards >}}
|