Vivid API

Breadcrumb

Links showing the position of the current page within the navigational hierarchy.

Usage

import { registerBreadcrumb, registerBreadcrumbItem } from '@vonage/vivid-api';
registerBreadcrumb('your-prefix');
registerBreadcrumbItem('your-prefix');

API Reference

breadcrumb

Slots

NameDescription
defaultDefault slot.
NameDescription
defaultDefault slot.

breadcrumb-item

Properties

PropertyTypeDefaultDescription
downloadstringPrompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
hrefstringThe URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
hreflangstringHints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
pingstringSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
referrerpolicystringSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
relstringSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
target'_self' | '_blank' | '_parent' | '_top'See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
textstring
typestringSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
PropertyTypeDefaultDescription
downloadstringPrompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
hrefstringThe URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
hreflangstringHints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
pingstringSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
referrerpolicystringSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
relstringSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
target'_self' | '_blank' | '_parent' | '_top'See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.
textstring
typestringSee https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.