New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-react-buttons

Properties

Specifies the accessKey of the main button.

The accessible label of the component.

Sets the className of the main button.

children?

ReactNode

Determines the children nodes.

Sets the className of the DropDownButton component.

dir?

string

Sets the direction of the component.

disabled?

boolean

Determines whether the component is disabled (see example).

endIcon?

ReactNode

Sets an SVG icon or custom element after the content of the DropDownButton. For the custom component, we recommend using Phrasing content but there must be no Interactive content.

fillMode?

"solid" | "outline" | "flat" | "link" | "clear"

Configures the fillMode of the DropDownButton.

The available options are:

  • solid
  • outline
  • flat
  • link
  • clear
Default:

undefined (theme-controlled)

icon?

string

Defines an icon that will be rendered next to the main button text (see example).

Defines an icon with a custom CSS class that will be rendered next to the main button text (see example).

id?

string

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

imageUrl?

string

Defines the location of an image that will be displayed next to the main button text (see example).

item?

null | ComponentType​<{ item: any; itemIndex: number }>

A React functional or class component which is used for rendering items (see example). The default rendering includes an icon, an image, and text.

itemRender?

(li: ReactElement​<HTMLLIElement, string | JSXElementConstructor<any>>, props: ButtonItemProps) => ReactNode | ComponentType​<{ item: any; itemIndex: number }>

Fires when a dropdown list button item is about to be rendered. Use it to override the default appearance of the list items. if item prop is not declared, itemRender behaves like item, for backward compatibility with versions before 4.2.0

items?

any[]

Specifies the list items (see example).

Fires when the component is blurred (see example).

Parameters:eventDropDownButtonBlurEvent

Fires when the popup which contains the items is closed (see example).

Parameters:eventDropDownButtonCloseEvent

Fires when the component is focused (see example).

Parameters:eventDropDownButtonFocusEvent

Fires when an item is clicked (see example).

Fires when the popup which contains the items is opened (see example).

Parameters:eventDropDownButtonOpenEvent

opened?

boolean

Opens the popup of the DropDownButton if set to true.

rounded?

"small" | "medium" | "large" | "full" | "none"

Configures the roundness of the DropDownButton.

The available options are:

  • small
  • medium
  • large
  • full
  • none
Default:

undefined (theme-controlled)

size?

"small" | "medium" | "large"

Configures the size of the DropDownButton.

The available options are:

  • small
  • medium
  • large
Default:

undefined (theme-controlled)

startIcon?

ReactNode

Sets an SVG icon or custom element before the content of the DropDownButton. For the custom component, we recommend using Phrasing content but there must be no Interactive content.

style?

CSSProperties

Sets additional CSS styles to the component.

svgIcon?

SVGIcon

Defines a SVG icon that will be rendered next to the main button text (see example).

tabIndex?

number

Specifies the tabIndex of the main button.

text?

ReactNode

Specifies the text of the main button (see example).

Configures the field that will be used for the text of the items. textField has to be used together with the items prop (see example).

themeColor?

"base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error" | "inverse"

Configures the themeColor of the DropDownButton.

The available options are:

  • base
  • primary
  • secondary
  • tertiary
  • info
  • success
  • warning
  • error
  • dark
  • light
  • inverse
Default:

undefined (theme-controlled)

title?

string

The title of the component.