Components
Card
Display a card for content with a header, body and footer.
Usage
{
"message": "You should use slots with <ContentRenderer>",
"value": null,
"excerpt": false,
"tag": "div"
}Slots
header
Use the #header slot to fill the header.
footer
Use the #footer slot to fill the footer.
Props
ui
{ base?: string; background?: string; divide?: string; ring?: string; rounded?: string; shadow?: string; body?: DeepPartial<{ base: string; background: string; padding: string; }, any>; header?: DeepPartial<...>; footer?: DeepPartial<...>; } & { ...; } & { ...; }
{}as
string
"div"Config
{
"message": "You should use slots with <ContentRenderer>",
"value": null,
"excerpt": false,
"tag": "div"
}