2023-07-29 05:11:25 +08:00
|
|
|
---
|
|
|
|
title: Components
|
|
|
|
---
|
|
|
|
|
|
|
|
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-07-30 19:53:06 +08:00
|
|
|
{{< card link="cards" title="Cards" icon="cards" >}}
|
|
|
|
{{< card link="steps" title="Steps" icon="one" >}}
|
2023-07-29 05:11:25 +08:00
|
|
|
{{< /cards >}}
|