Card
A flexible card component system for displaying structured content. Built with composable subcomponents and consistent styling.
Install Dependencies
npx quickcode-ui add CardDefault Usage
Default Card
Subscribe to our Newsletter
Stay updated with the latest news and updates from QuickCode UI.
Components
| Component | Description |
|---|---|
Card | The root container providing layout and background. |
CardHeader | Section for header elements like titles or metadata. |
CardContent | The main area for displaying content. |
CardFooter | Section for actions or additional details. |
CardTitle | Title text used inside the header. |
CardDescription | Supporting text or secondary information. |
Props
All Card components extend the native <div> element and share the same props:
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | – | The content to render inside the component. |
className | string | – | Additional CSS classes for custom styling. |
Last updated on