Breadcrumb
Breadcrumb is a secondary navigation pattern that identifies the page position inside a hierarchy.
install | yarn add @clayui/breadcrumb |
---|---|
version | 3.116.0 |
Stable3.116.0View in LexiconCHANGELOG
Property | Description |
---|---|
ariaLabels {
breadcrumb: string;
open: string;
close: string;
} | Defines the aria label of component elements. The default value is { breadcrumb: 'Breadcrumb', close: 'Partially nest breadcrumbs', open: 'See full nested', } |
ellipsisBuffer Deprecatednumber | The number of Breadcrumb Items to show on each side of the active Breadcrumb Item before
using an ellipsis dropdown.
@deprecated since v3.91.0 - It is no longer necessary. The default value is 1 |
ellipsisProps DeprecatedObject | Use this property for defining otherProps that will be passed to ellipsis dropdown trigger.
@deprecated since v3.91.0 - It is no longer necessary.The default value is {} |
items Array<TItem> | Property to define Breadcrumb's items. |
spritemap string | Path to the location of the spritemap resource. |