For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Slack communityLog inBook a demo
  • Getting Started
    • Overview
    • Quickstart
    • Customer Showcase
  • Writing Content
    • Markdown
      • Overview
      • Accordions
      • Accordion Groups
      • Aside
      • Button
      • Callouts
      • Cards
      • Card Groups
      • Code Blocks
      • Embed
      • Endpoint Request Snippet
      • Endpoint Response Snippet
      • Endpoint Schema Snippet
      • Frames
      • Icons
      • Parameter Fields
      • Steps
      • Tabs
      • Tooltips
    • Visual Editor
    • Reusable Markdown
    • Custom React Components
    • Changelog
LogoLogo
Slack communityLog inBook a demo
On this page
  • Properties
Writing ContentComponents

Card Groups

Was this page helpful?
Previous

Code Blocks

Next
Built with

The CardGroup component lets you organize multiple Card components in a responsive grid layout.

Properties

cols
numberDefaults to 2

The number of columns to display in the grid


Example
Markdown
First Card

This is the first card.

Second Card

This is the second card.

Third Card

This is the third card.

Fourth Card

This is the fourth and final card.