New to KendoReact? Learn 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 sizeclassName
.
type
FloatingActionButtonSize = null
| "small" | "medium" | "large";