Shared components library for Compose Multiplatform, used for ControlResell apps.
To use this component library, add the following to your build.gradle.kts:
dependencies {
implementation("com.controlresell:ui:0.2.2")
}First, wrap your application in a ControlResellTheme:
@Composable
fun App() {
ControlResellTheme {
// Your app content here
}
}Then, you can use the provided components.
- View Storytale Web
- Run the desktop app locally:
./gradlew desktopStoriesRun