{
  "id": "uilib/elements/ingress",
  "name": "Ingress",
  "description": "Ingress is a brief, introductory paragraph that follows immediately after the title of an article.",
  "group": "elements",
  "slug": "/uilib/elements/ingress/",
  "props": [
    {
      "name": "element",
      "doc": "Defines the Element Type, like `p`.",
      "type": [
        "HTMLElement",
        "string"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "size",
      "doc": "Sets the font size, also sets the line-height if `lineHeight` prop is not set.",
      "type": [
        "'x-small'",
        "'small'",
        "'basis'",
        "'medium'",
        "'large'",
        "'x-large'",
        "'xx-large'"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "lineHeight",
      "doc": "Sets the line height, will use same value as `size` if not set.",
      "type": [
        "'x-small'",
        "'small'",
        "'basis'",
        "'medium'",
        "'large'",
        "'x-large'",
        "'xx-large'"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "align",
      "doc": "Sets the text alignment.",
      "type": [
        "'center'",
        "'left'",
        "'right'"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "family",
      "doc": "Sets the font family.",
      "type": [
        "'basis'",
        "'heading'",
        "'monospace'"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "weight",
      "doc": "Sets the font weight.",
      "type": [
        "'regular'",
        "'medium'"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "decoration",
      "doc": "Sets the font decoration.",
      "type": "'underline'",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "slant",
      "doc": "Sets the font style.",
      "type": "'italic'",
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "proseMaxWidth",
      "doc": "Sets the maximum width based on character count. This will limit the text width to approximately the specified number of characters. Use `true` for a default value of 60ch.",
      "type": [
        "number",
        "boolean"
      ],
      "status": "optional",
      "defaultValue": null
    },
    {
      "name": "medium",
      "doc": "Tells the component to use the medium font-weight styling `dnb-t__weight--medium`. More details [here](/uilib/typography/font-weight).",
      "type": "boolean",
      "status": "deprecated",
      "defaultValue": null
    },
    {
      "name": "bold",
      "doc": "Tells the component to use the bold font-weight styling class `dnb-t__weight--bold`. More details [here](/uilib/typography/font-weight).",
      "type": "boolean",
      "status": "deprecated",
      "defaultValue": null
    },
    {
      "name": "modifier",
      "doc": "String containing a combination of modifiers, used to set both font-size and weight in one property. e.g. `x-small medium` would make the paragraph extra small and medium.",
      "type": "string",
      "status": "deprecated",
      "defaultValue": null
    }
  ],
  "events": [],
  "related": [
    "Space"
  ],
  "checksum": "392c74b36a637b2bb51e3bebadf1a23dc878eb0a685454ac9347cd7269960050",
  "source": {
    "repo": "https://github.com/dnbexperience/eufemia",
    "file": "packages/dnb-eufemia/src/elements/typography/Ingress.tsx",
    "fileUrl": "https://github.com/dnbexperience/eufemia/blob/main/packages/dnb-eufemia/src/elements/typography/Ingress.tsx",
    "dirUrl": "https://github.com/dnbexperience/eufemia/tree/main/packages/dnb-eufemia/src/elements/typography"
  },
  "sources": {
    "entry": {
      "local": "src/docs/uilib/elements/ingress.mdx",
      "public": "https://927e0239.eufemia-e25.pages.dev/uilib/elements/ingress/"
    },
    "props": {
      "local": "src/docs/uilib/elements/ingress/properties.mdx",
      "public": "https://927e0239.eufemia-e25.pages.dev/uilib/elements/ingress/properties/"
    },
    "events": null,
    "demos": {
      "local": "src/docs/uilib/elements/ingress/demos.mdx",
      "public": "https://927e0239.eufemia-e25.pages.dev/uilib/elements/ingress/demos/"
    }
  },
  "version": "0.0.0-development",
  "generatedAt": "2026-01-19T15:57:03.114Z",
  "schemaVersion": 1
}
