Getting Started
Foundations
Components
Search for a command to run...
Cards are versatile UI components that organize information into digestible sections. They typically contain a header with title and description, main content area, and optional footer for actions. Cards help create visual hierarchy and group related information together, making interfaces more scannable and organized.
Cards support various layouts and can be composed with CardHeader, CardTitle, CardDescription, CardContent, and CardFooter subcomponents to create structured content presentations.
Card content goes here.
import { Card } from "@strongtie/design-system/card"This module exports the following components:
CardCardHeaderCardFooterCardTitleCardDescriptionCardContentAll components accept standard HTML attributes and React props.
Card content goes here.
Configure your project settings and deploy to production.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
The following data attributes are used to identify component parts:
cardcard-contentcard-descriptioncard-footercard-headercard-titleOther CSS classes used by this component:
cardcard-contentcard-descriptioncard-footercard-headercard-titleEnsure proper accessibility attributes are added when implementing this component.