Appbar
The Appbar is an essential component for structuring an application’s header. It provides a dedicated space for displaying elements such as titles, icons, buttons or menus. Thanks to its many customization options, the Appbar integrates perfectly into a variety of designs, from minimalist to complex.
The basic example illustrates an Appbar with its default settings. This simple starting point allows you to quickly understand how to use the component in an application.
The density property lets you control the Appbar’s appearance by adjusting its height and spacing. The available options: compact
, comfortable
and default
, meet different design and ergonomic needs.
An effective Appbar goes well with Dropdown for menus and Avatars for identification.
Do you have a question? Ask on GitHub or Discord server
Do you see a bug? Open an issue on GitHub