Breadcrumb Pass Through

Pass Through documentation for Breadcrumb component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

Defines passthrough(pt) options of Breadcrumb component.

labeltypedescription
rootBreadcrumbPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the root's DOM element.
listBreadcrumbPassThroughType<HTMLAttributes<HTMLOListElement>>Used to pass attributes to the list's DOM element.
itemBreadcrumbPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the item's DOM element.
separatorBreadcrumbPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the separator's DOM element.
iconBreadcrumbPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the icon's DOM element.

Defines passthrough(pt) options of BreadcrumbList component.

labeltypedescription
rootBreadcrumbListPassThroughType<HTMLAttributes<HTMLOListElement>>Used to pass attributes to the root's DOM element.

Defines passthrough(pt) options of BreadcrumbItem component.

labeltypedescription
rootBreadcrumbItemPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the root's DOM element.

Defines passthrough(pt) options of BreadcrumbSeparator component.

labeltypedescription
rootBreadcrumbSeparatorPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the root's DOM element.
iconBreadcrumbSeparatorPassThroughType<HTMLAttributes<SVGElement>>Used to pass attributes to the icon's DOM element.