Breadcrumbs provide information about a user's current location within the application's page hierarchy.
shouldRenderLastElementAsLink to render it as a link instead.maxItems threshold (default 4). The first and last items always remain visible.isDisabled on the breadcrumb object.isTruncated on the breadcrumb object. Truncation applies a max width of space-3200.href on a breadcrumb object to render it as a link. Provide onClick without href to render it as a button.breadcrumbs prop. Each object accepts text (required), href, isDisabled, isTruncated, onClick, itemClassName, linkClassName, and contentClassName.nav element by default. Override with as.maxItems prop controls when collapsing begins. The ellipsis counts as one item toward this limit. The minimum visible count is 3 (first item, ellipsis, last item).<PlumaBreadcrumbs @breadcrumbs={{this.items}} @maxItems={{5}} />. All props use the @ prefix.