Card

Display

A surface container for grouping related content, data, or actions into a cohesive unit.

Preview

Card Title

A concise description of the content.

Card footer

Props API

PropTypeDefaultDescription
titlestring"Card Title"Heading shown at the top of the card
descriptionstring"A concise description of the content."Body text content inside the card
footerstring"Card footer"Optional footer text content
shadowbooleantrueApplies a subtle drop shadow
borderedbooleantrueShows a border around the card
hoverablebooleanfalseAdds a hover lift and shadow effect

Usage

Use cards to create visual separation between distinct content sections. Avoid nesting cards within cards. For a list of similar items, consider a table or list layout instead.

Accessibility

  • Cards are generic containers — maintain correct heading hierarchy based on page context.

  • If the card is interactive (hoverable), ensure a focusable element such as a link or button is present inside.