jvmMain.ScrollArea.jvm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-jvm Show documentation
Show all versions of core-jvm Show documentation
Unstyled, fully accesible Compose Multiplatform components that you can customize to your heart's desire.
package com.composables.core
import androidx.compose.runtime.Composable
@Composable
internal actual fun NoOverscroll(content: @Composable () -> Unit) {
content()
}