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...
BreadcrumbRoot PT Options#
Defines passthrough(pt) options of Breadcrumb component.
| label | type | description |
|---|---|---|
| root | BreadcrumbRootPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the root's DOM element. |
| list | BreadcrumbRootPassThroughType<HTMLAttributes<HTMLOListElement>> | Used to pass attributes to the list's DOM element. |
| item | BreadcrumbRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the item's DOM element. |
| separator | BreadcrumbRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the separator's DOM element. |
| icon | BreadcrumbRootPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the icon's DOM element. |
BreadcrumbList PT Options#
Defines passthrough(pt) options of BreadcrumbList component.
| label | type | description |
|---|---|---|
| root | BreadcrumbListPassThroughType<HTMLAttributes<HTMLOListElement>> | Used to pass attributes to the root's DOM element. |
BreadcrumbItem PT Options#
Defines passthrough(pt) options of BreadcrumbItem component.
| label | type | description |
|---|---|---|
| root | BreadcrumbItemPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |
BreadcrumbSeparator PT Options#
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. |