AppBar

AppBars are navigational UI elements providing easy access to various functions, menus, or tools within an application.

Sass Variables

The Telerik and Kendo UI AppBar enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-appbar-default-theme-color"base""base"Default: "base"Computed: "base"
Description: The default theme color of the AppBar.
kendo-appbar-margin-xnullnullDefault: nullComputed: null
Description: The horizontal margin of the AppBar.
kendo-appbar-margin-ynullnullDefault: nullComputed: null
Description: The vertical margin of the AppBar.
kendo-appbar-padding-xk-spacing(2)var(--kendo-spacing-2)Default: k-spacing(2)Computed: var(--kendo-spacing-2)
Description: The horizontal padding of the AppBar.
kendo-appbar-padding-yk-spacing(2)var(--kendo-spacing-2)Default: k-spacing(2)Computed: var(--kendo-spacing-2)
Description: The vertical padding of the AppBar.
kendo-appbar-border-width0px0pxDefault: 0pxComputed: 0px
Description: The width of the border around the AppBar.
kendo-appbar-border-radiusnullnullDefault: nullComputed: null
Description: The border radius of the AppBar.
kendo-appbar-zindexk-z-index("banner")1000Default: k-z-index("banner")Computed: 1000
Description: The z-index of the AppBar.
kendo-appbar-font-familyvar(--kendo-font-family)var(--kendo-font-family)Default: var(--kendo-font-family)Computed: var(--kendo-font-family)
Description: The font family of the AppBar.
kendo-appbar-font-sizevar(--kendo-font-size)var(--kendo-font-size)Default: var(--kendo-font-size)Computed: var(--kendo-font-size)
Description: The font size of the AppBar.
kendo-appbar-line-heightvar(--kendo-line-height)var(--kendo-line-height)Default: var(--kendo-line-height)Computed: var(--kendo-line-height)
Description: The line height of the AppBar.
kendo-appbar-gapk-spacing(2)var(--kendo-spacing-2)Default: k-spacing(2)Computed: var(--kendo-spacing-2)
Description: The spacing between the AppBar sections.
kendo-appbar-box-shadowk-elevation(4)var(--kendo-elevation-4)Default: k-elevation(4)Computed: var(--kendo-elevation-4)
Description: The box shadow of the AppBar.
kendo-appbar-bottom-box-shadow$kendo-appbar-box-shadowvar(--kendo-elevation-4)Default: $kendo-appbar-box-shadowComputed: var(--kendo-elevation-4)
Description: The box shadow of the AppBar with bottom position.
kendo-appbar-theme-colors("base", "primary", "secondary", "tertiary", "inverse")("base", "primary", "secondary", "tertiary", "inverse")Default: ("base", "primary", "secondary", "tertiary", "inverse")Computed: ("base", "primary", "secondary", "tertiary", "inverse")
Description: The theme colors map of the AppBar.
Feedback