Card

A list of cards components

Card - Preview

Installation

npm install

Usage

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

export function MyComponent() {
  return (
    <Card className="w-[350px]">
      <CardHeader>
        <CardTitle>Create project</CardTitle>
        <CardDescription>Deploy your new project in one-click.</CardDescription>
      </CardHeader>
      <CardContent>
        <form>
          <div className="grid w-full items-center gap-4">
            <div className="flex flex-col space-y-1.5">
              <label htmlFor="name">Name</label>
              <input id="name" placeholder="Name of your project" />
            </div>
          </div>
        </form>
      </CardContent>
      <CardFooter className="flex justify-between">
        <button variant="outline">Cancel</button>
        <button>Deploy</button>
      </CardFooter>
    </Card>
  );
}

Props

ComponentPropsTypeDefaultDescription
CardclassNamestring-Additional CSS classes
CardHeaderclassNamestring-Additional CSS classes
CardTitleclassNamestring-Additional CSS classes
CardDescriptionclassNamestring-Additional CSS classes
CardContentclassNamestring-Additional CSS classes
CardFooterclassNamestring-Additional CSS classes

Dependencies

This component has no external dependencies.


Card - Portfolio

Live Preview
Open in
Bharat Panigrahi

Bharat Panigrahi

Frontend Developer

Open to Work
Frontend
Backend
DevOps

Card - Project

Live Preview
Open in

To complete

Revamp the design of the website

Alex
Sarah
Mike

Milestones

Dark Mode
2d
Components
5d left
Documentation
7d left

Card - Chat

Live Preview
Open in

Design Team

3 members • 2 online

Alex Chen
Alex Chen10:24 AM

Just pushed the latest design system updates ✨

Sarah Kim
Sarah Kim10:26 AM

The new components look amazing! Great work on the animations.


Card - Fitness

Live Preview
Open in

Today's Progress

Activity

420cal
Move85%
35min
Exercise70%
10hrs
Stand83%

Today's Goals


Card - Home

Live Preview
Open in

Living Room

22.5°C

Main Light

80%

AC

22°C

Scenes


Card - Schedule

Live Preview
Open in

Schedule

Today, December 14

Design Review

10:00 AM
5

Team Sync

2:30 PM
8

Product Planning

4:00 PM
12

Card - Checkout

Live Preview
Open in

Order Summary

1 items

Premium Plan

Qty: 1 × $99.99

$99.99

Subtotal$99.99
Tax$8.00
Discount (WELCOME10)-$10.00
Total$97.99

Card - Booking

Live Preview
Open in

Dental Consultation

WAITING

123 Healthcare Ave, Medical Center

Avatar
Sarah Johnson
sarah.j@example.com
Position
#3in queue
Estimated Wait
25min
09:30
10/5/2025

Card - Tweet

Live Preview
Open in
Dorian Baffier

Dorian Baffier

@dorian_baffier · 2h ago

Just launched X UI! Check out the documentation and let me know what you think 🎨

X UI Documentation

A comprehensive guide to X UI