
Shared components library enhances ControlResell apps with customizable UI elements. Easily integrate via `build.gradle.kts` and apply `ControlResellTheme` for cohesive design.
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.
./gradlew desktopStoriesRun
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.
./gradlew desktopStoriesRun