New to Kendo UI for Vue? Start a free 30-day trial
FloatingActionButtonSize
Specifies the size of the Floating Action Button.
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
.
type
FloatingActionButtonSize = "small" | "medium" | "large";