{
  "name": "HorizontalDividerPro",
  "label": "Horizontal Divider",
  "description": "Visual divider for separating sections of the dashboard.",
  "category": "Layout",
  "defaultWidth": 450,
  "defaultHeight": 120,
  "inputs": [
    {
      "name": "thickness",
      "type": "number",
      "label": "Thickness",
      "category": "Component Settings",
      "description": "Thickness of the divider in pixels"
    },
    {
      "type": "color",
      "name": "color",
      "label": "Color",
      "category": "Component Settings",
      "defaultValue": "#e4e4ea"
    }
  ]
}