Card
Displays a card with header, content, and footer.
Preview
Create project
Deploy your new project in one-click.
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/cardUsage
Import the component from the package:
import { Card } from "@/registry/ui/card"Then use it in your application:
<Card />Examples
Default
Create project
Deploy your new project in one-click.