New to KendoReactStart a free 30-day trial

Appearance

The Button provides a predefined set of appearance options.

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

Size

The KendoReact Button enables you to configure its size.

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

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

Change Theme
Theme
Loading ...

Border Radius

The Button 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 Button.

Change Theme
Theme
Loading ...

Fill Mode

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

The fillMode option supports the following values:

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

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

Change Theme
Theme
Loading ...

Theme Colors

The Button allows you to set different theme colors by using the themeColor property. It accepts values of type ButtonThemeColor 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 Button.

Change Theme
Theme
Loading ...