Components
Card
Displays a card with header, content, and footer.
Usage
import {
Card,
CardAction,
CardContent,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
} from "@tulip-systems/core/components";<Card>
<CardHeader>
<CardTitle>Card Title</CardTitle>
<CardDescription>Card Description</CardDescription>
<CardAction>Card Action</CardAction>
</CardHeader>
<CardContent>
<p>Card Content</p>
</CardContent>
<CardFooter>
<p>Card Footer</p>
</CardFooter>
</Card>Examples
Size
Use the size="sm" prop to set the size of the card to small. The small size variant uses
smaller spacing.
Image
Add an image before the card header to create a card with an image.
