New to Kendo UI for Vue? Start a free 30-day trial
BottomNavigationThemeColor
Updated on May 18, 2026
Specifies the theme color of the BottomNavigationThemeColor. (see example).
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.inverse— Applies coloring based on the inverted theme color.
type BottomNavigationThemeColor = "base" | "primary" | "secondary" | "tertiary" | "inverse";