PdfThumbnailStrip

fun PdfThumbnailStrip(state: PdfViewState, modifier: Modifier = Modifier, thumbnailHeight: Dp = 72.dp, spacing: Dp = 8.dp, contentPadding: PaddingValues = PaddingValues(8.dp), selectedBorderColor: Color = Color(0xFF4A90D9), pageBackground: Color = Color.White)

Horizontal strip of tappable page thumbnails; the current page is outlined. Tapping a thumbnail animates the PdfView sharing this state to that page.

Thumbnails rasterize lazily at strip resolution (cheap), independently of the main view's rasters.