Skip to main content

Card Lists

Display cards side by side in a grid layout. The <CardList> component allows you to organize multiple <Card> components together, commonly used to align multiple cards within the same column.

You can add a cols property to the CardList component to define the number of columns on the card grid. You can add up to 5 columns.

You can mix both <Cards> and <APICards> inside a <CardList> component.

Example Usage