KVADRANT UI api reference demo

KvadrantAppBar

navigation

four round buttons and a menu — tap the ellipsis

dark
light

mounted as app-bar

why it looks like this

The bar along the bottom of a Windows Phone page: at most four circular buttons and an overflow menu, 72 px tall.

The bar draws the circle; the caller supplies the glyph. Forty icons in one style on a 26×26 grid is a designer's week and the part of a project like this that is routinely planned as a programmer's afternoon, so it is not on the critical path — see D10. KvadrantAppBarButton takes a slot and centres whatever goes in it.

The menu labels are lowercase because the phone's were, and mini = true is the 30 px form the bar collapses to when a page wants its space back.

Read it: kvadrant-core/src/commonMain/kotlin/io/github/youndie/kvadrant/components/KvadrantAppBar.kt · the full signature and every parameter