8000 GitHub - Moriafly/SaltUI: UI Components for Compose Multiplatform (Android/Desktop/iOS).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Moriafly/SaltUI

Repository files navigation

Maven Central CodeFactor

Salt UI

Salt UI is UI components based on Compose Multiplatform. The 1.0 version is derived from some UI components of Salt Player. Currently, Salt UI is used in Salt Player, Emo Scroll, Qinalt and other App to serve hundreds of thousands of users.

Compatibility

Salt UI Compose Multiplatform Compose
2.4.0+ 1.8.0 1.8.0
2.3.1+ 1.7.3 1.7.6
2.3.0-alpha02+ 1.7.1 1.7.5
2.2.0+ 1.7.0 1.7.1
2.2.0-beta01+ 1.7.0-rc01 1.7.0
2.2.0-alpha01+ 1.7.0-beta02
2.0.7+ 1.7.0-alpha03
2.0.4+ 1.7.0-alpha02
< 2.0.4 1.6.11

Get started

Add dependency:

// Replace <TAG> with the latest version
// e.g. implementation("io.github.moriafly:salt-ui:2.0.0")
implementation("io.github.moriafly:salt-ui:<TAG>")

Simple start:

@Composable
fun App() {
    SaltTheme(
        configs = saltConfigs()
    ) {
        // ...
    }
}

See demo: composeApp.

Text Description and Translation Standards

See: Salt UI Text Description and Translation Standards.

License

See LICENSE.

Contribute

See Contributor Covenant Code of Conduct.

About

UI Components for Compose Multiplatform (Android/Desktop/iOS).

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages

0