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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy