{
  "id": "uilib/components/logo",
  "name": "Logo",
  "description": "A ready to use Logo component with the needed SVGs.",
  "group": "components",
  "slug": "/uilib/components/logo/",
  "props": [
    {
      "name": "svg",
      "doc": "Provide a custom SVG to render instead of the built-in logos. Accepts a React SVG component or element. Width, height and color props still apply.",
      "type": [
        "React.Component",
        "React.Element"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "brand",
      "doc": "Define which brands logo to show. Defaults to `dnb`.",
      "type": [
        "dnb",
        "sbanken"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "variant",
      "doc": "Define the logo variant, if there is more than one variant of a brands logo. Currently the only option other than default is `compact` and `compactHorizontal` variant of the Sbanken logo. Defaults to `default`.",
      "type": [
        "\"default\"",
        "\"compact\"",
        "\"compactHorizontal\""
      ],
      "status": "deprecated",
      "defaultValue": null
    },
    {
      "name": "color",
      "doc": "Define the color of the logo.",
      "type": "string",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "inheritColor",
      "doc": "Set to `true` if you do not want to inherit the color by `currentColor`. Defaults to `false`.",
      "type": "boolean",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "inheritSize",
      "doc": "Set to `true` if you want to inherit the size of the parent. Defaults to `false`.",
      "type": "boolean",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "width",
      "doc": "Define the width of the logo.",
      "type": "string",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "height",
      "doc": "Define the height of the logo.",
      "type": "string",
      "status": "optional",
      "defaultValue": null
    }
  ],
  "events": [],
  "related": [
    "Space"
  ],
  "checksum": "5d8de453b10e806c4692f770d034f69d976fa3529d33d271c5b321d6f13283f6",
  "source": {
    "repo": "https://github.com/dnbexperience/eufemia",
    "file": "packages/dnb-eufemia/src/components/logo/Logo.tsx",
    "permalink": "https://github.com/dnbexperience/eufemia/blob/main/packages/dnb-eufemia/src/components/logo/Logo.tsx"
  },
  "sources": {
    "entry": {
      "local": "src/docs/uilib/components/logo.mdx",
      "public": "https://d3bdcd79.eufemia-e25.pages.dev/uilib/components/logo/"
    },
    "props": {
      "local": "src/docs/uilib/components/logo/properties.mdx",
      "public": "https://d3bdcd79.eufemia-e25.pages.dev/uilib/components/logo/properties/"
    },
    "events": null,
    "demos": {
      "local": "src/docs/uilib/components/logo/demos.mdx",
      "public": "https://d3bdcd79.eufemia-e25.pages.dev/uilib/components/logo/demos/"
    }
  },
  "version": "0.0.0-development",
  "generatedAt": "2025-12-18T09:47:40.982Z",
  "schemaVersion": 1
}
