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

commonMain.com.huanshankeji.compose.RawText.kt Maven / Gradle / Ivy

Go to download

Common wrappers of components (including layouts) and styles for Compose Multiplatform on (desktop/Android and web)

There is a newer version: 0.4.0
Show newest version
package com.huanshankeji.compose

import androidx.compose.runtime.Composable

/** A raw text composable which doesn't add any element on web. */
@Composable
expect fun RawText(text: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy