edbnedbn/ui
ComponentsMapsAudioPDF
GitHub stars
Explorer
Get Started
Components

Card

Container component with header, content, and footer sections.

Components

Installation

npx shadcn@latest add https://ui.edbn.me/r/card.json

Manual

API Reference

Card

Container with header, content, and footer sections. Renders a div element.

variant'default' | 'solid' | 'ghost' | 'elevated'
='default'

Visual style variant

classNamestring

CSS class name

CardHeader

Top section of the card. Renders a div element.

classNamestring

CSS class name

CardTitle

The card heading. Renders a div element.

classNamestring

CSS class name

CardDescription

Secondary text in the card header. Renders a div element.

classNamestring

CSS class name

CardContent

Main body of the card. Renders a div element.

classNamestring

CSS class name

CardFooter

Bottom section of the card. Renders a div element.

classNamestring

CSS class name