mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-29 16:14:55 +00:00
75 lines
1.8 KiB
JSON
75 lines
1.8 KiB
JSON
{
|
|
"id": "registry-validation",
|
|
"name": "Registry Validation",
|
|
"layout": {
|
|
"type": "single"
|
|
},
|
|
"dataSources": [],
|
|
"components": [
|
|
{
|
|
"id": "root",
|
|
"type": "div",
|
|
"props": {
|
|
"className": "p-6 space-y-6"
|
|
},
|
|
"children": [
|
|
{
|
|
"id": "branding",
|
|
"type": "AppBranding",
|
|
"props": {
|
|
"title": "Registry Validation",
|
|
"subtitle": "Atoms, molecules, and primitives"
|
|
}
|
|
},
|
|
{
|
|
"id": "stack",
|
|
"type": "Stack",
|
|
"props": {
|
|
"direction": "horizontal",
|
|
"spacing": "lg",
|
|
"className": "items-stretch"
|
|
},
|
|
"children": [
|
|
{
|
|
"id": "stat-card",
|
|
"type": "StatCard",
|
|
"props": {
|
|
"title": "Active Users",
|
|
"value": "128",
|
|
"description": "Past 24 hours"
|
|
}
|
|
},
|
|
{
|
|
"id": "flex",
|
|
"type": "Flex",
|
|
"props": {
|
|
"direction": "col",
|
|
"gap": "sm",
|
|
"className": "rounded-md border p-4"
|
|
},
|
|
"children": [
|
|
{
|
|
"id": "flex-title",
|
|
"type": "Heading",
|
|
"props": {
|
|
"level": 4,
|
|
"children": "Flex Container"
|
|
}
|
|
},
|
|
{
|
|
"id": "flex-text",
|
|
"type": "Text",
|
|
"props": {
|
|
"children": "Ensures primitives and atom components resolve."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"globalActions": []
|
|
}
|