From 5045c908c192020ccf0ff5bb0fe1db77978c0e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20H=C3=B8egh?= Date: Mon, 30 Oct 2023 14:20:15 +0100 Subject: [PATCH] Update docs --- .../uilib/components/breadcrumb/properties.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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..7839828c851 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 @@ -27,10 +27,10 @@ showTabs: true ### `Breadcrumb.Item` properties -| Properties | Description | -| ------------------- | -------------------------------------------------------------------------------------------------- | -| `text` | _(optional)_ Text displaying inside Breadcrumb item. | -| `variant` | _(optional)_ The component variant. Options: `home` \| `previous` \| `current`. | -| `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. | +| Properties | Description | +| ------------------------- | -------------------------------------------------------------------------------------------------- | +| `text` | _(optional)_ Text displaying inside Breadcrumb item. | +| `variant` | _(optional)_ The component variant. Options: `home` \| `previous` \| `current`. | +| `icon` | _(optional)_ Override icon displaying on the left side (Not recommended). Default: `chevron_left`. | +| `href`, `to` or `onClick` | _(optional)_ Set what happens when the user clicks on the item. | +| `skeleton` | _(optional)_ Applies loading skeleton. |