diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/breadcrumb/properties.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/breadcrumb/properties.mdx index def432e5dc6..d70f25d870c 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/components/breadcrumb/properties.mdx +++ b/packages/dnb-design-system-portal/src/docs/uilib/components/breadcrumb/properties.mdx @@ -34,3 +34,5 @@ showTabs: true | `icon` | _(optional)_ Override icon displaying on the left side (Not recommended). Default: `chevron_left`. | | `href` or `onClick` | _(optional)_ Set what happens when the user clicks on the item. | | `skeleton` | _(optional)_ Applies loading skeleton. | + +**NB:** When interactive, the item is an inherited [Button](/uilib/components/button/). You can therefore swap out the underlaying HTML element, by providing a new `element` or use other Button properties, such as `to` instead of `href`.