Card
Card
.Example Effect
<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://apidog.com" icon="material-two-tone-storefront">
Clicking the card will navigate to the Apifox official website
</Card>
Parameter Description
Card
title
string
Title
href
string
URL address
icon
string
Icon
FAQ
<Card title="Click on me" href="doc-820686">
Clicking on this card brings you to the doc page.
</Card>
<Card title="Click on me" href="endpoint-820686">
Clicking on this card brings you to the endpoint page.
</Card>
<Card title="Click on me" href="folder-2878926">
Clicking on this card brings you to the folder page.
</Card>
Click ( "Insert Endpoint/Markdown in the project" ) , the ID will be displayed.
Modified at 2025-01-24 02:56:52