
Reusable, modular UI components collection with extensible, customizable widgets, centralized component catalog, easy Gradle dependency integration, and concise publishing and documentation guidance.
KMP library for Desktop and Android apps.
See COMPONENTS.md for a detailed list of available components and their platform support.
Add the dependency to your commonMain source set in build.gradle.kts:
kotlin {
sourceSets {
commonMain.dependencies {
implementation("io.github.alexey-odintsov:uicomponents:0.0.1")
}
}
}Add the dependency to your app's build.gradle.kts:
dependencies {
implementation("io.github.alexey-odintsov:uicomponents-android:0.0.1")
}See PUBLISHING.md for instructions on how to publish the library.
KMP library for Desktop and Android apps.
See COMPONENTS.md for a detailed list of available components and their platform support.
Add the dependency to your commonMain source set in build.gradle.kts:
kotlin {
sourceSets {
commonMain.dependencies {
implementation("io.github.alexey-odintsov:uicomponents:0.0.1")
}
}
}Add the dependency to your app's build.gradle.kts:
dependencies {
implementation("io.github.alexey-odintsov:uicomponents-android:0.0.1")
}See PUBLISHING.md for instructions on how to publish the library.