Imagine ArtImagine Art

Card

A container that groups related content and actions with consistent styling and elevation.

Layout & Structure

Import

import { Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter } from "@/components/ui"

API

PropTypeDefaultDescription
variant"default" | "elevated" | "outline""default"Visual style and elevation.
padding"none" | "sm" | "md" | "lg""md"Internal padding amount.

Examples