{
  "name": "skeleton",
  "displayName": "Skeleton",
  "type": "custom",
  "isCustomElement": true,
  "tag": "l-skeleton",
  "nativeTag": null,
  "selector": "l-skeleton",
  "subItemOf": null,
  "summary": "A skeleton loading placeholder.",
  "status": "stable",
  "appearances": [],
  "import": {
    "css": "luxen-ui/css/skeleton",
    "js": "luxen-ui/skeleton"
  },
  "properties": [],
  "attributes": [
    {
      "name": "shape",
      "data": false,
      "values": [
        "circle",
        "text"
      ],
      "description": "Placeholder shape. Default is a block."
    },
    {
      "name": "animation",
      "data": false,
      "values": [
        "pulse",
        "wave"
      ],
      "description": "Loading animation. Default is `pulse`."
    }
  ],
  "events": [],
  "methods": [],
  "slots": [],
  "cssClasses": [],
  "cssParts": [],
  "cssProperties": [
    {
      "name": "--width",
      "default": null,
      "description": "Width of the skeleton"
    },
    {
      "name": "--height",
      "default": null,
      "description": "Height of the skeleton"
    }
  ],
  "commands": [],
  "examples": []
}
