New to Kendo UI for Angular? Start a free 30-day trial
FloatingActionButtonThemeColor
Updated on May 7, 2026
Specifies the possible theme colors for the FloatingActionButton component.
The possible values are:
base—Applies thebasetheme color.primary—Applies theprimarytheme color.secondary—Applies thesecondarytheme color.tertiary—Applies thetertiarytheme color.
type FloatingActionButtonThemeColor = "base" | "primary" | "secondary" | "tertiary";