Package-level declarations

Functions

Link copied to clipboard
fun DefaultScrollbarHead(isVertical: Boolean = true)

Default Scroll head

Link copied to clipboard
fun BoxScope.IndexView(index: String, paddingValues: PaddingValues)

Shows a number/index in a rounded rect background at bottom centre offset with the given paddingValues.

Link copied to clipboard
fun SimplePage(bitmap: Bitmap, modifier: Modifier = Modifier, description: String = "")

An independent Composable that can be used to render a bitmap in order to display a page for example. This is used in our Thumbnail Grid view.