Breadcrumb
Breadcrumbs are a navigation system used to show a user’s location in the app.
example prop instead on ComponentPreview. MDX may have transformed content. Use example prop instead on ComponentPreview. certara-breadcrumb
Section titled “certara-breadcrumb”Properties
Section titled “Properties”backgroundColor
| Attribute | background-color |
| Type | string |
| Default | undefined |
| Required | false |
| Description |
Events
Section titled “Events”There are no events available for this component
Methods
Section titled “Methods”There are no public methods available for this component
There are no slots available for this component
certara-breadcrumb-item
Section titled “certara-breadcrumb-item”example prop instead on ComponentPreview. MDX may have transformed content. Use example prop instead on ComponentPreview. MDX may have transformed content. Use example prop instead on ComponentPreview. Properties
Section titled “Properties”active
| Attribute | active |
| Type | boolean |
| Default | false |
| Required | false |
| Description | Indicates whether the item is the active item. There can be only one of these per page |
activeType
| Attribute | active-type |
| Type | "date" | "location" | "page" | "step" | "time" | boolean |
| Default | undefined |
| Required | false |
| Description | The type of the active item, used in aria-current. |
| If not specified, defaults to ‘page’. |
disabled
| Attribute | disabled |
| Type | boolean |
| Default | false |
| Required | false |
| Description | If disabled, the item will render as a <span> element instead of an <a> element |
href
| Attribute | href |
| Type | string |
| Default | undefined |
| Required | false |
| Description | The URL the item points to. If not specified, the item will not be a link. |
Events
Section titled “Events”There are no events available for this component
Methods
Section titled “Methods”There are no public methods available for this component
There are no slots available for this component