{
  "id": "uilib/components/skeleton",
  "name": "Skeleton",
  "description": "The Skeleton component is a visual building block helper.",
  "group": "components",
  "slug": "/uilib/components/skeleton/",
  "props": [
    {
      "name": "show",
      "doc": "Use `true` to enable/show the skeleton for the component used inside. Defaults to `false`.",
      "type": "boolean",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "figure",
      "doc": "Define a figure to use, like `article`. The wrapped content will be hidden while the skeleton figure is shown.",
      "type": [
        "string",
        "React.Element",
        "function"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "no_animation",
      "doc": "Use `true` to disable the animation.",
      "type": "boolean",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "aria_busy",
      "doc": "Is used for screen reader text translation, defined in the translation files. You can set a custom text if needed.",
      "type": "string",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "aria_ready",
      "doc": "Is used for screen reader text translation, defined in the translation files. You can set a custom text if needed.",
      "type": "string",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "element",
      "doc": "Set any HTML element type you have to use. A couple of aria attributes will be set on this element while active. Defaults to `div`.",
      "type": [
        "string",
        "React.Element"
      ],
      "status": "optional",
      "defaultValue": null
    }
  ],
  "events": [],
  "related": [
    "Space"
  ],
  "checksum": "73db5e41ef283a2a06274735626d035642574b7bdea84272db3d4796224055aa",
  "source": {
    "repo": "https://github.com/dnbexperience/eufemia",
    "file": "packages/dnb-eufemia/src/components/skeleton/Skeleton.js",
    "permalink": "https://github.com/dnbexperience/eufemia/blob/main/packages/dnb-eufemia/src/components/skeleton/Skeleton.js"
  },
  "sources": {
    "entry": {
      "local": "src/docs/uilib/components/skeleton.mdx",
      "public": "https://c301bb6f.eufemia-e25.pages.dev/uilib/components/skeleton/"
    },
    "props": {
      "local": "src/docs/uilib/components/skeleton/properties.mdx",
      "public": "https://c301bb6f.eufemia-e25.pages.dev/uilib/components/skeleton/properties/"
    },
    "events": null,
    "demos": {
      "local": "src/docs/uilib/components/skeleton/demos.mdx",
      "public": "https://c301bb6f.eufemia-e25.pages.dev/uilib/components/skeleton/demos/"
    }
  },
  "version": "0.0.0-development",
  "generatedAt": "2025-12-18T11:12:44.296Z",
  "schemaVersion": 1
}
