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

RemoteVerticalPageIndicator

A vertical page indicator curved along the right edge of the screen.

RemoteVerticalPageIndicatorSample

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