Card

A card groups related content and actions.

Installation

npx shadcn@latest add @dotui/card

Usage

import { Card, CardHeader, CardContent, CardFooter } from "@/components/ui/card";
<Card>
  <CardHeader>Title</CardHeader>
  <CardContent>Content goes here.</CardContent>
  <CardFooter>Footer</CardFooter>
</Card>

API Reference

Missing description.

Supports all div attributes.

Last updated on 1/13/2026

Built with passion by @mehdibha.