New to KendoReact? Learn about KendoReact Free.
FloatingActionButtonThemeColor
Updated on May 12, 2026
Specifies the theme color of the Floating Action Button..
The possible values are:
primary(Default)—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.base— Applies coloring based on the base theme color.
type FloatingActionButtonThemeColor = "base" | "primary" | "secondary" | "tertiary";