New to Kendo UI for VueStart a free 30-day trial

AppBarProps

Represents the props of the Kendo UI for Vue AppBar component. Used to display information, actions, branding titles and additional navigation on the current screen.

NameTypeDefaultDescription

id?

string

Sets the id property of the root AppBar element.

position?

string

Specifies the position of the AppBar (see example).

  • The possible values are:
  • 'top' (Default)
  • 'bottom'

positionMode?

string

Specifies the positionMode of the AppBar (see example).

  • The possible values are:
  • 'static' (Default)
  • 'sticky'
  • 'fixed'

themeColor?

string

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

  • The possible values are:
  • light (Default)
  • 'primary'
  • 'dark'
  • 'inherit'
Not finding the help you need?
Contact Support