mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
31 lines
518 B
JSON
31 lines
518 B
JSON
{
|
|
"type": "Card",
|
|
"children": [
|
|
{
|
|
"id": "card-header",
|
|
"type": "CardHeader",
|
|
"children": [
|
|
{
|
|
"id": "card-title",
|
|
"type": "CardTitle"
|
|
},
|
|
{
|
|
"id": "card-description",
|
|
"type": "CardDescription"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "card-content",
|
|
"type": "CardContent"
|
|
},
|
|
{
|
|
"id": "card-footer",
|
|
"type": "CardFooter",
|
|
"props": {
|
|
"className": "flex justify-end gap-2"
|
|
}
|
|
}
|
|
]
|
|
}
|