Card
A container that groups related content and actions with consistent styling and elevation.
Layout & StructureImport
import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "default" | "elevated" | "outline" | "default" | Visual style and elevation. |
| padding | "none" | "sm" | "md" | "lg" | "md" | Internal padding amount. |