2023-07-28 22:11:25 +01:00
|
|
|
---
|
|
|
|
title: Cards Component
|
|
|
|
linkTitle: Cards
|
|
|
|
---
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
{{< cards >}}
|
2023-09-13 04:49:01 -04:00
|
|
|
{{< card link="../callout" title="Callout" icon="warning" >}}
|
2023-07-28 22:11:25 +01:00
|
|
|
{{< card link="/" title="No Icon" >}}
|
|
|
|
{{< /cards >}}
|
|
|
|
|
2023-08-20 23:09:59 +01:00
|
|
|
{{< cards >}}
|
|
|
|
{{< card link="/" title="Image Card" image="https://source.unsplash.com/featured/800x600?landscape" subtitle="Unsplash Landscape" >}}
|
|
|
|
{{< /cards >}}
|
|
|
|
|
|
|
|
|
2023-07-28 22:11:25 +01:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
```
|
|
|
|
{{</* cards */>}}
|
2023-09-13 04:49:01 -04:00
|
|
|
{{</* card link="../callout" title="Callout" icon="warning" */>}}
|
2023-07-28 22:11:25 +01:00
|
|
|
{{</* card link="/" title="No Icon" */>}}
|
|
|
|
{{</* /cards */>}}
|
|
|
|
```
|
2023-08-20 23:09:59 +01:00
|
|
|
|
|
|
|
```
|
|
|
|
{{</* cards */>}}
|
|
|
|
{{</* card link="/" title="Image Card" image="https://source.unsplash.com/featured/800x600?landscape" subtitle="Unsplash Landscape" */>}}
|
|
|
|
{{</* /cards */>}}
|
|
|
|
```
|