New to Kendo UI for Vue? Start a free 30-day trial
AppBarThemeColor
Specifies the theme color of the AppBar (see example).
- The possible values are:
inherit
light
(Default)dark
type
AppBarThemeColor = "light" | "dark" | "inherit";