Class Breadcrumb

java.lang.Object
org.patternfly.component.BaseComponentFlat<elemental2.dom.HTMLElement,Breadcrumb>
org.patternfly.component.breadcrumb.Breadcrumb
All Implemented Interfaces:
Iterable<BreadcrumbItem>, Finder<elemental2.dom.HTMLElement>, HasElement<elemental2.dom.HTMLElement,Breadcrumb>, HasHTMLElement<elemental2.dom.HTMLElement,Breadcrumb>, IsElement<elemental2.dom.HTMLElement>, TypedBuilder<elemental2.dom.HTMLElement,Breadcrumb>, Component, HasItems<elemental2.dom.HTMLElement,Breadcrumb,BreadcrumbItem>

public class Breadcrumb extends BaseComponentFlat<elemental2.dom.HTMLElement,Breadcrumb> implements HasItems<elemental2.dom.HTMLElement,Breadcrumb,BreadcrumbItem>
A breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application hierarchy.
See Also: