New to KendoReactLearn about KendoReact Free.

FloatingActionButtonSize

Specifies the size of the FloatingActionButton.

The possible values are:

  • small—Applies half of the default padding, e.g. 8px.
  • medium (Default)—Applies the default padding, e.g. 16px.
  • large—Applies one and one half of the default padding, e.g. 24px.
  • null—Does not set a size className.

type FloatingActionButtonSize = null | "small" | "medium" | "large";

Not finding the help you need?
Contact Support