Skip to main content
Card content section for the main body.
{
  "type": "object",
  "properties": {
    "type": {
      "const": "CardContent",
      "default": "CardContent",
      "type": "string"
    },
    "cssClass": {
      "type": [
        "string",
        "null"
      ],
      "default": null,
      "description": "CSS/Tailwind classes for styling"
    },
    "children": {
      "type": "array",
      "items": {
        "$ref": "Component"
      }
    }
  },
  "required": [
    "type"
  ]
}