Card
Displays a card with header, content, and footer.
Installation
Login Form
The default card composition mirrors the shadcn login example, using CardAction for a secondary path and CardFooter for stacked actions.
Preview
Size
Use size="sm" for a more compact layout while keeping the same CardHeader, CardContent, and CardFooter structure.
Preview
The card component supports a size prop that can be set to "sm" for a more compact appearance.
Image
Place media before CardHeader to build a featured card while keeping the same semantic slots for content and footer actions.
Preview
Join a walkthrough of reusable UI patterns, layout composition, and implementation details behind a polished component library.