New to Kendo UI for Vue? Start a free 30-day trial
FloatingActionButtonThemeColor
Updated on May 18, 2026
Specifies the theme color of the Floating Action Button..
The possible values are:
base(Default)—Applies base coloring.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.
type FloatingActionButtonThemeColor = "base" | "primary" | "secondary" | "tertiary";