card
Documentation / ui/card
Card
const Card: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Defined in: app/components/ui/card.tsx:5
CardContent
const CardContent: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Defined in: app/components/ui/card.tsx:59
CardDescription
const CardDescription: ForwardRefExoticComponent<HTMLAttributes<HTMLParagraphElement> & RefAttributes<HTMLParagraphElement>>;
Defined in: app/components/ui/card.tsx:47
CardFooter
const CardFooter: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Defined in: app/components/ui/card.tsx:67
CardHeader
const CardHeader: ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Defined in: app/components/ui/card.tsx:20
CardTitle
const CardTitle: ForwardRefExoticComponent<HTMLAttributes<HTMLHeadingElement> & RefAttributes<HTMLParagraphElement>>;
Defined in: app/components/ui/card.tsx:32