API Reference

Cards

Navigation tiles that link to related pages, grouped into a responsive grid.

A Card is a navigation surface: a tile that links to a related page (or stands alone as an informational block). Group them with CardGroup to lay out a 1–4 column grid.

When to use it

Use cards to point the reader at where to go next — a grid of related pages at the end of a section, or a row of entry points on a landing page. Drop the href and a card reads as a plain informational tile instead of a link.

Props

Card

PropTypeDefaultDescription
titleReactNodeThe card heading
descriptionReactNodeA one-line gloss under the title
iconstring | ReactNodeA lucide icon name (or a node) shown on the card
hrefstringMakes the card a link; omit for an informational tile
childrenReactNodeBody content below the description

CardGroup

PropTypeDefaultDescription
cols1 | 2 | 3 | 42Columns at desktop width (collapses on mobile)
childrenReactNodeOne or more <Card> elements

Live example

With an icon + link

Optional icon, title, description, and href.

Plain card

Cards without an href read as informational tiles.

On this page

Built withsuperlore