Breadcrumb Theming

Theming documentation for Breadcrumb component

Styled#

CSS Classes#

List of class names used in the styled mode.

classNamedescription
p-breadcrumbClass name of the root element
p-breadcrumb-listClass name of the list element
p-breadcrumb-itemClass name of the item element
p-breadcrumb-separatorClass name of the separator element
p-breadcrumb-separator-iconClass name of the icon element

Design Tokens#

List of design tokens.

tokenCSS Variabledescription
breadcrumb.padding
--p-breadcrumb-padding
Padding of root
breadcrumb.background
--p-breadcrumb-background
Background of root
breadcrumb.gap
--p-breadcrumb-gap
Gap of root
breadcrumb.transition.duration
--p-breadcrumb-transition-duration
Transition duration of root
breadcrumb.item.color
--p-breadcrumb-item-color
Color of item
breadcrumb.item.hover.color
--p-breadcrumb-item-hover-color
Hover color of item
breadcrumb.item.border.radius
--p-breadcrumb-item-border-radius
Border radius of item
breadcrumb.item.gap
--p-breadcrumb-item-gap
Gap of item
breadcrumb.item.icon.color
--p-breadcrumb-item-icon-color
Icon color of item
breadcrumb.item.icon.hover.color
--p-breadcrumb-item-icon-hover-color
Icon hover color of item
breadcrumb.item.focus.ring.width
--p-breadcrumb-item-focus-ring-width
Focus ring width of item
breadcrumb.item.focus.ring.style
--p-breadcrumb-item-focus-ring-style
Focus ring style of item
breadcrumb.item.focus.ring.color
--p-breadcrumb-item-focus-ring-color
Focus ring color of item
breadcrumb.item.focus.ring.offset
--p-breadcrumb-item-focus-ring-offset
Focus ring offset of item
breadcrumb.item.focus.ring.shadow
--p-breadcrumb-item-focus-ring-shadow
Focus ring shadow of item
breadcrumb.separator.color
--p-breadcrumb-separator-color
Color of separator

Unstyled#

Theming is implemented with the pass through properties in unstyled mode.