commonMain.Modal.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
expect internal fun Modal(protectNavBars: Boolean = false, content: @Composable () -> Unit)