Blazor AppBar - Overview
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Theme Color
PrimaryFAQ
- Overview.razor
The AppBar component is part of Telerik UI for Blazor, a professional grade UI library with 110+ native components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for Blazor AppBar component allows you to create the navigation bar in your application with ease. You can add different arbitrary content in the AppBarSection
. To visually distinguish items in the AppBar, you can use the AppBarSpacer
, AppBarSeparator
or both to achieve the desired layout. The AppBar component allows you to adjust its position through the Position
parameter and define if it is sticky, fixed, or static via the PositionMode
. You can set custom width and height to comply with any design requirements. The ThemeColor
parameter can be set to a handful of options so that the coloring goes with the outlook of the page.