Pass Through documentation for Breadcrumb component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Breadcrumb component.
| label | type | description |
|---|---|---|
| root | BreadcrumbPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the root's DOM element. |
| list | BreadcrumbPassThroughType<HTMLAttributes<HTMLOListElement>> | Used to pass attributes to the list's DOM element. |
| item | BreadcrumbPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the item's DOM element. |
| separator | BreadcrumbPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the separator's DOM element. |
| icon | BreadcrumbPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the icon's DOM element. |
Defines passthrough(pt) options of BreadcrumbList component.
| label | type | description |
|---|---|---|
| root | BreadcrumbListPassThroughType<HTMLAttributes<HTMLOListElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of BreadcrumbItem component.
| label | type | description |
|---|---|---|
| root | BreadcrumbItemPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of BreadcrumbSeparator component.
| label | type | description |
|---|---|---|
| root | BreadcrumbSeparatorPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |
| icon | BreadcrumbSeparatorPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the icon's DOM element. |