BreadcrumbEllipsis
Overview
An ellipsis indicator for collapsed breadcrumb items. Defaults to an ornamental span; set interactive to render a focusable button suitable for triggering a dropdown of collapsed trail levels.
Theme entry: BreadcrumbEllipsis
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| iconOverride | Object | null | A partial icon registry ({ [componentName]: { [iconName]: { component, props } } }) merged with inherited and default icon entries; scopes icon overrides to this component and its descendants. | |
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | import('vue').HTMLAttributes['class'] | undefined | Additional CSS classes to apply to the root element. | |
| interactive | boolean | false | When true, the ellipsis renders as a <button> with hover and focus-visible styling, intended as the trigger for a collapsed-trail dropdown. When false (default), it renders as an ornamental <span>. |
Source
client/lib/navigation/breadcrumb/BreadcrumbEllipsis.vue