{
  "name": "divider",
  "displayName": "Divider",
  "type": "custom",
  "isCustomElement": true,
  "tag": "l-divider",
  "nativeTag": null,
  "selector": "l-divider",
  "subItemOf": null,
  "summary": "Dividers visually separate or group elements.",
  "status": "stable",
  "appearances": [],
  "import": {
    "css": "luxen-ui/css/divider",
    "js": "luxen-ui/divider"
  },
  "properties": [
    {
      "name": "orientation",
      "attribute": "orientation",
      "type": "DividerOrientation",
      "default": "'horizontal'",
      "reflects": true,
      "description": "The divider's orientation."
    },
    {
      "name": "label",
      "attribute": "label",
      "type": "string | undefined",
      "default": null,
      "reflects": true,
      "description": "Optional text label displayed over the divider line."
    }
  ],
  "attributes": [],
  "events": [],
  "methods": [],
  "slots": [],
  "cssClasses": [],
  "cssParts": [],
  "cssProperties": [
    {
      "name": "--color",
      "default": null,
      "description": "The color of the divider line."
    },
    {
      "name": "--thickness",
      "default": null,
      "description": "The thickness of the divider line."
    },
    {
      "name": "--spacing",
      "default": null,
      "description": "The spacing between the divider and its neighboring elements."
    }
  ],
  "commands": [],
  "examples": [
    {
      "title": null,
      "language": "html",
      "code": "<l-divider></l-divider>"
    }
  ]
}
