Card
Bordered surface with optional CardHeader, CardTitle, CardDescription, CardContent, and CardFooter subcomponents.
Preview
Deploy to production
Promote the latest preview to your main domain.
This action will overwrite the current production build. It cannot be undone without a rollback.
Usage
TSX
import {
Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter,
} from "kora-ui";
<Card>
<CardHeader>
<CardTitle>Title</CardTitle>
<CardDescription>Description</CardDescription>
</CardHeader>
<CardContent>Body</CardContent>
<CardFooter>Actions</CardFooter>
</Card>