Card Grid
Display a grid of cards.
Use the CardGrid
component to display a grid of Card
components.
Usage
Examples
2 Columns (default)
This is a card
You can use markdown in here, just ensure to include a space between the component and the
content in your Markdown file.
This is another card
You can use markdown in here, just ensure to include a space between the component and the
content in your Markdown file.
This is a third card
You can use markdown in here, just ensure to include a space between the component and the
content in your Markdown file.
This is a fourth card
You can use markdown in here, just ensure to include a space between the component and the
content in your Markdown file.
3 Columns
This is a card
You can use markdown in here, just ensure to include a space between the component and the
content in your Markdown file.
This is another card
You can use markdown in here, just ensure to include a space between the component and the
content in your Markdown file.
This is a third card
You can use markdown in here, just ensure to include a space between the component and the
content in your Markdown file.
Props
cols
type: number
The number of columns to display the cards in. Uses flex column layout when in smaller viewports.
default: 2