New to Kendo UI for AngularStart 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";

Not finding the help you need?
Contact Support