Start native apps faster with the Composables CLI ->
Composable Function

RemoteHorizontalPageIndicator

A horizontal page indicator curved along the bottom edge of the screen.

RemoteHorizontalPageIndicatorSample

@Sampled
@Composable
@WearPreviewDevices
@PreviewWrapper(RemoteComponentPreviewWrapper::class)
fun RemoteHorizontalPageIndicatorSample(modifier: RemoteModifier = RemoteModifier) {
    val state = rememberRemotePageIndicatorState(selectedPage = 1.ri, pageCount = 3)
    RemoteHorizontalPageIndicator(state = state, modifier = modifier)
}