You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/content/api/CBreadcrumbItem.api.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,6 @@ import CBreadcrumbItem from '@coreui/react/src/components/breadcrumb/CBreadcrumb
8
8
| Property | Description | Type | Default |
9
9
| --- | --- | --- | --- |
10
10
|**active**| Toggle the active state for the component. |`boolean`| - |
11
+
|**as****_5.4.0+_**| Component used for the root node. Either a string to use a HTML element or a component. |`(ElementType & 'symbol')`\|`(ElementType & 'object')`\|`(ElementType & 'li')`\|`(ElementType & 'slot')`\|`(ElementType & 'style')`\|`... 174 more ...`\|`(ElementType & FunctionComponent<...>)`| - |
11
12
|**className**| A string of all className you want applied to the base component. |`string`| - |
12
13
|**href**| The `href` attribute for the inner `<CLink>` component. |`string`| - |
0 commit comments