New to Kendo UI for Angular? Start a free 30-day trial
BottomNavigationThemeColor
Updated on May 7, 2026
Represents the possible theme colors of the BottomNavigation (see example).
The possible values are:
base—Applies base coloring value.primary—Applies primary coloring value.secondary—Applies secondary coloring value.tertiary—Applies tertiary coloring value.inverse—Applies inverse coloring value.
type BottomNavigationThemeColor = "base" | "primary" | "secondary" | "tertiary" | "inverse";