{
  "id": "uilib/components/help-button",
  "name": "HelpButton",
  "description": "A help button with custom semantics, helping screen readers determine the meaning of that button.",
  "group": "components",
  "slug": "/uilib/components/help-button/",
  "props": [
    {
      "name": "children",
      "doc": "The content to show.",
      "type": "React.Node",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "title",
      "doc": "The content title. Defaults to `Hjelpetekst` (HelpButton.title).",
      "type": "string",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "icon",
      "doc": "To be included in the button. [Primary Icons](/icons/primary) can be set as a string (e.g. `icon=\"information\"`), other icons should be set as React elements.",
      "type": [
        "string",
        "React.ReactNode"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "render",
      "doc": "Accepts a function that returns a valid React Element. See example below.",
      "type": "function",
      "status": "optional",
      "defaultValue": null
    }
  ],
  "events": [],
  "related": [
    "Button",
    "Space"
  ],
  "checksum": "a48d49b06cf40b5d5bbc3ae5d08e6808e714d21863962dc29f9d961080172770",
  "source": {
    "repo": "https://github.com/dnbexperience/eufemia",
    "file": "packages/dnb-eufemia/src/components/help-button/HelpButton.tsx",
    "permalink": "https://github.com/dnbexperience/eufemia/blob/main/packages/dnb-eufemia/src/components/help-button/HelpButton.tsx"
  },
  "sources": {
    "entry": {
      "local": "src/docs/uilib/components/help-button.mdx",
      "public": "https://5ecbdb78.eufemia-e25.pages.dev/uilib/components/help-button/"
    },
    "props": {
      "local": "src/docs/uilib/components/help-button/properties.mdx",
      "public": "https://5ecbdb78.eufemia-e25.pages.dev/uilib/components/help-button/properties/"
    },
    "events": {
      "local": "src/docs/uilib/components/help-button/events.mdx",
      "public": "https://5ecbdb78.eufemia-e25.pages.dev/uilib/components/help-button/events/"
    },
    "demos": {
      "local": "src/docs/uilib/components/help-button/demos.mdx",
      "public": "https://5ecbdb78.eufemia-e25.pages.dev/uilib/components/help-button/demos/"
    }
  },
  "version": "0.0.0-development",
  "generatedAt": "2025-12-23T13:39:33.117Z",
  "schemaVersion": 1
}
