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

27 lines
527 B
JSON

{
"id": "components-stat",
"$ref": "./stat-card-base.json",
"children": [
{
"id": "components-value",
"type": "div",
"props": {
"className": "text-2xl font-bold",
"children": "0"
},
"dataBinding": {
"source": "projectStats",
"path": "components"
}
},
{
"id": "components-label",
"type": "div",
"props": {
"className": "text-sm text-muted-foreground mt-2",
"children": "React Components"
}
}
]
}