All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.ScrollArea.jvm.kt Maven / Gradle / Ivy

Go to download

Unstyled, fully accesible Compose Multiplatform components that you can customize to your heart's desire.

There is a newer version: 1.19.1
Show newest version
package com.composables.core

import androidx.compose.runtime.Composable

@Composable
internal actual fun NoOverscroll(content: @Composable () -> Unit) {
    content()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy