New to KendoReactStart a free 30-day trial

Appearance
Premium

The DropDownButton provides a predefined set of appearance options.

Apart from the default vision of the DropDownButton, these alternative styling options enable you to configure each individual aspect of the appearance of a DropDownButton.

Size

The KendoReact DropDownButton enables you to configure its size.

  • small
  • medium (Default)
  • large
  • null - Does not set a size className

The following example demonstrates how to set the size of the DropDownButton.

Change Theme
Theme
Loading ...

Border Radius

The DropDownButton enables you to apply different border radius to the component through the rounded property.

The rounded option supports the following values:

  • small
  • medium (Default)
  • large
  • full
  • none - Does not set a className for size

The following example demonstrates how to define the border radius of the DropDownButton.

Change Theme
Theme
Loading ...

Fill Mode

The DropDownButton allows you to set different fill modes by using the fillMode property.

The fillMode option supports the following values:

  • solid (Default)
  • flat
  • outline
  • link
  • null

The following example demonstrates how to define the fill mode of the DropDownButton.

Change Theme
Theme
Loading ...

Theme Colors

The DropDownButton allows you to set different theme colors by using the themeColor property. It accepts values of type DropDownButtonThemeColor or none.

The themeColor option supports the following values:

  • base (Default) - Applies coloring based on the base theme color.
  • primary - Applies coloring based on the primary theme color.
  • secondary - Applies coloring based on the secondary theme color.
  • tertiary - Applies coloring based on the tertiary theme color.
  • info - Applies coloring based on the info theme color.
  • success - Applies coloring based on the success theme color.
  • warning - Applies coloring based on the warning theme color.
  • error - Applies coloring based on the error theme color.
  • dark - Applies coloring based on the dark theme color.
  • light - Applies coloring based on the light theme color.
  • inverse - Applies coloring based on the inverse theme color.
  • null - Does not set a theme color className.

The following example demonstrates how to define the theme color of the DropDownButton.

Change Theme
Theme
Loading ...