Package-level declarations
Functions
Renders a Material 3 bottom app bar with actions laid out on the leading side and an optional floatingActionButton docked at the trailing edge. The bar itself dispatches no triggers and is not clickable — wire events on the action tiles instead.
Center-aligned top app bar variant — title centered in the bar.
Default top app bar variant — leading-aligned title.
Large top app bar variant — tallest bar with the largest title.
Medium top app bar variant — taller bar with a larger title.
Renders a Material 3 top app bar. barStyle picks the visual variant — default, center aligned, medium or large (the medium/large variants do not collapse on scroll, since the bar has no scroll behavior wired). title fills the title slot, navigationIcon the leading slot and actions the trailing slot; the latter two render as empty slots when omitted. The bar itself dispatches no triggers and is not clickable — wire events on the slot tiles (typically IconButtons) instead.