gov-breadcrumbs
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
accessibleLabel | accessible-label | Adds accessible label for the pagination that is only shown for screen readers. | string | undefined |
accessibleLabelledBy | accessible-labelledby | Indicates the id of a component that labels the pagination. | string | undefined |
accessibleToggleLabel | accessible-toggle-label | Adds an accessible label to display the full breadcrumb navigation that only screen readers can see. | string | 'Zobrazit či skrýt navigaci' |
collapsible | collapsible | Defines whether the components can be collapsible when element doesn't fit in one row. | boolean | false |
isExpanded | is-expanded | Defines whether the breadcrumbs are open or closed by button | boolean | false |
Events
Event | Description | Type |
---|---|---|
gov-change | Called when the Breadcrumbs state changes | CustomEvent<GovBreadcrumbsChangeEvent> |
Methods
validateAccessibility() => Promise<void>
Validate the WCAG attributes of the component
Returns
Type: Promise<void>
Dependencies
Depends on
Graph
Built with StencilJS