Skip to Content
✨ QuickCode UI keeps growing! More components, more features, and more ways to make your projects shine. Stay tuned & maybe… hire me or sponsor me 😉 
DocumentationCard

Card

A flexible card component system for displaying structured content. Built with composable subcomponents and consistent styling.

Install Dependencies

npx
quickcode-ui add Card

Default Usage

Default Card

Subscribe to our Newsletter

Stay updated with the latest news and updates from QuickCode UI.


Components

ComponentDescription
CardThe root container providing layout and background.
CardHeaderSection for header elements like titles or metadata.
CardContentThe main area for displaying content.
CardFooterSection for actions or additional details.
CardTitleTitle text used inside the header.
CardDescriptionSupporting text or secondary information.

Props

All Card components extend the native <div> element and share the same props:

PropTypeDefaultDescription
childrenReact.ReactNodeThe content to render inside the component.
classNamestringAdditional CSS classes for custom styling.
Last updated on