mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
31 lines
480 B
JSON
31 lines
480 B
JSON
{
|
|
"id": "stat-card",
|
|
"type": "Card",
|
|
"props": {
|
|
"className": "p-6"
|
|
},
|
|
"children": [
|
|
{
|
|
"id": "stat-icon",
|
|
"type": "div",
|
|
"props": {
|
|
"className": "mb-4"
|
|
}
|
|
},
|
|
{
|
|
"id": "stat-value",
|
|
"type": "div",
|
|
"props": {
|
|
"className": "text-2xl font-bold"
|
|
}
|
|
},
|
|
{
|
|
"id": "stat-label",
|
|
"type": "div",
|
|
"props": {
|
|
"className": "text-sm text-muted-foreground"
|
|
}
|
|
}
|
|
]
|
|
}
|