diff --git a/packages/dnb-design-system-portal/src/docs/uilib/components/step-indicator/properties.mdx b/packages/dnb-design-system-portal/src/docs/uilib/components/step-indicator/properties.mdx index 25a974f00f2..eec28904d45 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/components/step-indicator/properties.mdx +++ b/packages/dnb-design-system-portal/src/docs/uilib/components/step-indicator/properties.mdx @@ -18,7 +18,7 @@ showTabs: true ## Steps Parameters | Parameters | Description | -| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | --- | +| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `title` | _(required)_ the title as a string or React element. | | `is_current` | _(optional)_ if set to `true`, this item step will be set as the current current selected step. This can be used instead of `current_step` on the component itself. | | `inactive` | _(optional)_ if set to `true`, this item step will be handled as an inactive step and will not be clickable. Defaults to `false`. | @@ -26,7 +26,7 @@ showTabs: true | `status` | _(optional)_ a status text. | | `status_state` | _(optional)_ In case the status state should be `info` or `error`. Defaults to `warn`. | | `on_render` | _(optional)_ callback function to manipulate or wrap a certain item. Has to return a React Node. | -| `on_click` | _(optional)_ event function that gets invoked once the users clicks on the active item. | | | +| `on_click` | _(optional)_ event function that gets invoked once the users clicks on the active item. | ## Steps example