Card
Card
.Example
<Card title="Card Title">
This is the card content
</Card>
Set Icon
<Card title="Card with Icon" icon="material-two-tone-storefront">
This is the card content
</Card>
Clickable Card for Navigation
<Card title="Clickable Navigation Card" href="https://apifox.com" icon="material-two-tone-storefront">
Clicking the card will navigate to the Apifox official website
</Card>
Using Tailwind CSS Styles with the class
Attribute
<Card title="Card" class="text-center text-xl font-bold">
Card content
</Card>
Defining Styles Directly with style
<Card title="Card" style="background-color: #f0f0f0; padding: 10px;">
Card content
</Card>
Parameter Description
Card
title
string
Title
href
string
URL address
icon
string
Icon
class
string
optional
style
string
optional