New to KendoReact? Learn about KendoReact Free.
Appearance
Updated on May 19, 2026
The AppBar component provides predefined settings for applying different theme colors. The theme color will be applied as background color of the component.
Theme Color
The AppBar allows you to specify predefined theme colors.
The available themeColor values are:
base(Default)—Applies coloring based on the base theme color.primary—Applies coloring based on primary theme color.secondary—Applies coloring based on secondary theme color.tertiary—Applies coloring based on tertiary theme color.inverse—Applies coloring based on inverted theme color.
Any other regular color can be applied via custom CSS styling by targeting the AppBar through its k-appbar CSS class.
Change Theme
Theme
Loading ...