Card
A card groups related content on a bordered surface. It is composed from a small set of parts you arrange as needed.
Deploy project
Push your latest changes to production.
The build completed in 42 seconds with no warnings.
Anatomy
Section titled “Anatomy”<Card> <CardHeader> <CardTitle>Title</CardTitle> <CardDescription>Description</CardDescription> </CardHeader> <CardContent>Body</CardContent> <CardFooter>Actions</CardFooter></Card>Card, CardHeader, CardContent and CardFooter are <div> wrappers,
CardTitle renders an <h3> and CardDescription a <p>. Each part forwards
its ref and accepts all native attributes for its element.