{
  "name": "spinner",
  "displayName": "Spinner",
  "type": "shadow",
  "isCustomElement": true,
  "tag": "l-spinner",
  "nativeTag": null,
  "selector": "l-spinner",
  "subItemOf": null,
  "summary": "A spinner component for indicating loading state.",
  "status": "stable",
  "appearances": [],
  "import": {
    "css": null,
    "js": "luxen-ui/spinner"
  },
  "properties": [],
  "attributes": [],
  "events": [],
  "methods": [],
  "slots": [],
  "cssClasses": [],
  "cssParts": [
    {
      "name": "base",
      "description": "The SVG container element."
    }
  ],
  "cssProperties": [
    {
      "name": "--size",
      "default": "1em",
      "description": "The size of the spinner (width and height)."
    },
    {
      "name": "--indicator-color",
      "default": null,
      "description": "The color of the spinner."
    },
    {
      "name": "--speed",
      "default": null,
      "description": "The duration of one full spin cycle."
    }
  ],
  "commands": [],
  "examples": []
}
