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

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