New to KendoReactStart a free 30-day trial

Represents the props of Breadcrumb component.

Definition

Package:@progress/kendo-react-layout

Properties

Represents the label of the Breadcrumb component.

Represents the Breadcrumb delimiter component.

Represents the Breadcrumb link component.

Represents the Breadcrumb list item component.

Represents the Breadcrumb ordered list component.

Sets additional classes to the Breadcrumb.

Represents the data of the Breadcrumb from type DataModel.

dir?

"ltr" | "rtl"

The Breadcrumb direction ltr or rtl.

disabled?

boolean

Determines the disabled mode of the Breadcrumb. If true, the component is disabled.

Default:

false

Represents the iconClass field. Used for setting the iconClass inside the BreadcrumbLink component.

Default:

iconClass

Represents the icon field. Used for setting the icon inside the BreadcrumbLink component.

Default:

icon

id?

string

Sets the id property of the top div element of the Breadcrumb.

Represents the onItemSelect event. Triggered after click on the Breadcrumb.

Parameters:eventBreadcrumbLinkMouseEvent

Represents the onKeyDown event. Triggered after keyboard click on the Breadcrumb.

Parameters:eventBreadcrumbLinkKeyDownEvent

size?

"small" | "medium" | "large"

Specifies the Breadcrumb padding for all elements.

The possible values are:

  • small
  • medium
  • large
Default:

undefined (theme-controlled)

style?

CSSProperties

Sets additional CSS styles to the Breadcrumb.

tabIndex?

number

Sets the tabIndex attribute to the Breadcrumb.

Represents the text field. Used for setting the text inside the BreadcrumbLink component.

Default:

text

Represents the value field. Used for setting the key of the BreadcrumbListItem component and the id of the BreadcrumbLink component.

Default:

id