cols from 1 to 4. <CardGroup> is the legacy name for <Columns>.
Usage
<Column> wrapper.
Example
First column.
Second column.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Arrange content in a responsive grid
cols from 1 to 4. <CardGroup> is the legacy name for <Columns>.
<Columns cols={2}>
<Column>First column.</Column>
<Column>Second column.</Column>
</Columns>
<Column> wrapper.
Was this page helpful?