Blazor AppBar Example - Default Functionalities
This sample demonstrates the default functionalities and display modes of the Blazor AppBar component, a navigation component that displays information and actions horizontally.
AppBar display modes are configured using the Mode property:
Regular- AppBar displayed with default heightProminent- Extended AppBar ideal for larger titles, images, or text contentDense- Compact AppBar layout accommodating all content efficiently
The SfButton component's styles inherit from the SfAppBar component using the e-inherit CSS class, ensuring visual consistency.