Card

Overview

A set of pre-designed cards for login, signup, pricing, and dashboards.

This card component is intended for interfaces that need a set of pre-designed cards for login, signup, pricing, and dashboards, SaaS dashboards, and product pages. Its implementation is provided as editable source so the final behavior and styling stay inside your project.

Technologies

React
TypeScript
Tailwind CSS
shadcn/ui

No additional package dependency is declared for this component.

Installation

Login to view commandCreate a free account to access the install command

Usage

Customize

Preview every card in your radius and accent. Copied code stays clean.

Radius

Color

Gradient

Authentication

06
Sign in
Enter your credentials to access your account.
Create an account
Start your 14-day free trial.

By continuing you agree to our Terms and Privacy Policy.

Reset your password
We'll email you a link to choose a new one.
Two-factor authentication
Enter the 6-digit code from your authenticator app.

Check your inbox

We sent a sign-in link to ada@example.com. It expires in 10 minutes.

Active sessions
Devices signed in to your account.

MacBook Pro

San Francisco · Current

Active

iPhone 15

San Francisco · 2h ago

Billing & commerce

07
Pro
Popular
$29/month
Unlimited projects
Advanced analytics
Priority support
Payment details
Your card is encrypted end to end.
Payment method
Choose a default card.
Invoices
Your recent billing history.

INV-2043

Jun 1, 2024

$29.00

INV-2042

May 1, 2024

$29.00

INV-2041

Apr 1, 2024

$29.00
Order summary
Pro plan · annual$290.00
Extra seats × 3$54.00
Tax$27.52
Total$371.52
Usage this month
Resets on Jul 1.
API requests74,120 / 100,000
Team seats8 / 10
Current plan
Renews Jul 1, 2024
Pro
$29billed monthly

Data & analytics

06
Monthly revenue
$45,231

+12.5% from last month

Weekly activity
Sessions per day
M
T
W
T
F
S
S
Quarterly goal
$68k of $100k closed
68%
Overview
Last 30 days
Visitors
12,408+8.2%
Conversion
3.8%+0.4%
Bounce rate
41.2%-2.1%
Storage
82of 100 GB used
Documents42 GB
Media28 GB
Backups12 GB
Top performers
This quarter
1ALAda Lovelace2,480
2ATAlan Turing2,145
3GHGrace Hopper1,932

Developer tooling

07
API key
Keep this secret. Rotate if leaked.
•••••••••••••••••••••••••
Production
Live
main·Deployed 4m ago
Build time42s
System status
API99.99%
Database99.95%
Webhooks98.20%

Slack

Send deploy and alert notifications to your channels.

Environment variables
Encrypted at rest.
DATABASE_URLProduction
STRIPE_SECRETProduction
NEXT_PUBLIC_URLAll
Webhook endpoint
https://api.acme.dev/hooks
Last delivery200 · 2m ago
a3f9c21
main

fix: prevent duplicate webhook retries

ALAda Lovelace committed 3h ago

Work & team

08
Today
1 of 3 complete
Design

Redesign the onboarding empty states

42
GH
Get started
Create your account
Invite your team
Connect a repository
Ship your first deploy
Activity
AL

merged #412 Fix retries

2m ago

AT

opened #413 Add tracing

1h ago

GH

commented on #409

3h ago

AT

Alan Turing

2 hours ago

Looks good overall — can we align the empty state copy with the rest of the product?

Jun18

Design review

2:00 – 3:00 PM · Zoom

ALATGH
Members
ALAda LovelaceOwner
ATAlan TuringAdmin
GHGrace HopperMember
Invite teammates
They'll get an email invitation.

States & feedback

08

No projects yet

Create your first project to start shipping.

Couldn't load your data

The request timed out after 30 seconds.

Payment successful

We emailed a receipt to ada@example.com.

Delete project
This permanently removes the project and all of its data.

We use cookies

Analytics cookies help us understand how the product is used.

New

Instant rollbacks

Revert any deployment to a previous build in one click.

How did we do?
Your feedback shapes the roadmap.

Content & profile

08
AL
Pro

Ada Lovelace

Product engineer · London

24

Projects

1.2k

Followers

318

Following

New

Series 8 watch

Brushed titanium

$249
Engineering·6 min read

How we cut cold starts by 80% with edge caching

A practical walkthrough of the caching layer we built and the trade-offs we accepted.

ATAlan Turing · Jun 12

“We replaced three internal tools with this in a single afternoon. The defaults are genuinely good.”

GH

Grace Hopper

CTO, Compiler Inc.

Notifications
2 new

Deploy finished

production · 2m ago

New comment on #412

Alan Turing · 1h ago

Weekly report ready

analytics · 5h ago

Upload files
PNG, JPG or PDF up to 10 MB.

Drag and drop, or browse

Files
design-spec.pdf2.4 MB
brand-assets.zip18 MB
Assistant
Summarise last week’s errors.
Three services logged errors. Webhooks accounted for 82% of them.

Props

PropTypeRequiredDescription
No shared Props typeThe installable source does not expose one shared custom prop contract. Review the exported TypeScript signatures for the individual variants shown on this page.

Use cases

  • interfaces that need a set of pre-designed cards for login, signup, pricing, and dashboards
  • SaaS dashboards
  • product pages

Features

  • Copy-paste source that remains in your repository
  • TypeScript source included with the component
  • Tailwind CSS classes editable in the component source
  • shadcn/ui dependencies: local UI primitives
  • Responsive Tailwind variants present in the source

Accessibility

  • The source includes ARIA attributes or roles; preserve them when customizing the component.
  • The source includes keyboard event handling; verify it alongside pointer behavior.
  • Test focus order, keyboard operation, labels, contrast, and screen-reader output in the final application context.

Customization

  • Edit the Tailwind utility classes in the copied source to match your spacing, color, and typography tokens.
  • Edit the copied source directly for visual or structural changes.

Topic guides

See how this component fits into broader interface patterns, implementation decisions, and working examples.

Card FAQ

Is Card free to use in commercial projects?

Yes. The public Card source is available under the Apache License 2.0, including for commercial use, subject to the LICENSE terms.

How do I install Card?

Run npx shadcn@latest add card. The page also exposes the source for manual installation.

Does Card require Motion?

No Motion dependency was detected in the documented source or registry entry for Card.

Does Card use shadcn/ui or Radix UI?

Card uses local shadcn/ui primitives.

Can I use Card in Next.js?

The documented React source is used in this Next.js application. Keep its use client directive when copying it into the App Router. Install the detected dependencies and verify any application-specific data or image configuration.

What accessibility checks should I run for Card?

The source includes ARIA markup, keyboard handlers. Test the finished interface with keyboard and screen-reader workflows.