KiteNavigationControls
fun KiteNavigationControls(state: KiteDocViewState, modifier: Modifier = Modifier, contentColor: Color = Color.White, containerColor: Color = Color(0xB3222222), textStyle: TextStyle = TextStyle.Default)
Previous / "x of y" / next pill. Buttons auto-disable at the ends.
Float it over the pages via KiteDocView's overlay slot:
overlay = { s -> KiteNavigationControls(s, Modifier.align(Alignment.BottomCenter).padding(16.dp)) }Content copied to clipboard
…or place it anywhere outside the viewport. It only needs the state.