Card Group

A component used to create card groups that can be used to display multiple cards in a compact and organized way.

Preview

Heading 1

This is an example of card content with columns.

Heading 2

This is an example of card content with columns.

Grid Card

This is a horizontal card layout.

Horizontal Card

This is a horizontal card layout.

Props

PropTypeDefaultDescription
colsnumber{2}By default 2 The number of columns per row

Output Markdown

md
::::cards{cols="2"}
:::card{title="Heading 1" icon="Heading1"}
This is an example of card content with columns.
:::
:::card{title="Heading 2" icon="Heading2"}
This is an example of card content with columns.
:::
:::card{title="Grid Card" icon="Grid" horizontal}
This is a horizontal card layout.
:::
:::card{title="Horizontal Card" icon="Layout" horizontal}
This is a horizontal card layout.
:::
::::

Last updated Aug 13, 2026