Files
low-code-react-app-b/src/config/pages/components/stat-card.json
2026-01-18 15:48:29 +00:00

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"
}
}
]
}