New to KendoReactLearn about KendoReact Free.

AppBarThemeColor

Specifies the theme color of the AppBar (see example).

  • The possible values are:
  • light (Default)
  • 'primary'
  • 'secondary'
  • 'tertiary'
  • 'info'
  • 'success'
  • 'warning'
  • 'error'
  • 'dark'
  • 'inherit'
  • 'inverse'

type AppBarThemeColor = "base" | "primary" | "secondary" | "tertiary" | "info" | "success" | "warning" | "error" | "dark" | "light" | "inherit" | "inverse";

Not finding the help you need?
Contact Support