Stylish Short Navigation Bar
A Material 3 short navigation bar with Stylish theme defaults.
A compact bottom navigation bar for small screens, wrapping ShortNavigationBar unchanged. Unlike StylishNavigationBar, short navigation bars keep only the selected destination's icon visible and collapse the rest, which makes them suitable for up to three destinations. Combine with StylishShortNavigationBarItem.
Parameters
Modifier applied to the ShortNavigationBar root.
Background color of the bar. Defaults to ShortNavigationBarDefaults.containerColor (surfaceContainer), the Material 3 spec value.
Default content color propagated to children. Defaults to contentColorFor of containerColor, matching M3.
WindowInsets consumed by the bar. Defaults to ShortNavigationBarDefaults.windowInsets.
How items are distributed. Defaults to ShortNavigationBarArrangement.EqualWeight, matching M3.
The destinations, typically a sequence of StylishShortNavigationBarItem.