mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
27 lines
527 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|