Xin 7ddac19cc1 docs: add cards and callout
chore: minor update to sidebar

chore: add simple translation in Japanese
2023-08-16 20:39:35 +01:00

454 B

title linkTitle
Cards Component Cards

Example

{{< cards >}} {{< card link="/" title="Callout" icon="warning" >}} {{< card link="/" title="GitHub" icon="github" >}} {{< card link="/" title="No Icon" >}} {{< /cards >}}

Usage

{{</* cards */>}}
  {{</* card link="/" title="Callout" icon="warning" */>}}
  {{</* card link="/" title="GitHub" icon="github" */>}}
  {{</* card link="/" title="No Icon" */>}}
{{</* /cards */>}}