Card
Displays a card with header, content, and footer.
Installation
Terminal
Usage
Importing
Using
Examples
API
Card
Displays a container to wrap header, content, and footer with dynamic styling based on the theme.
CardHeader
Defines the top section of the card, typically for the title and description.
CardTitle
Renders the main title within the CardHeader.
CardDescription
Provides a smaller descriptive text within the CardHeader.
CardContent
Main content area of the card for body elements.
CardFooter
Defines the bottom section of the card, often for actions like buttons.