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

androidxCommonMain.com.huanshankeji.compose.material.Card.androidxCommon.kt Maven / Gradle / Ivy

The newest version!
package com.huanshankeji.compose.material

import androidx.compose.runtime.Composable
import com.huanshankeji.compose.ui.Modifier

@Composable
actual fun Card(modifier: Modifier, content: @Composable () -> Unit) =
    androidx.compose.material.Card(modifier.platformModifier, content = content)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy