
Design system delivering reusable UI components, design tokens, and docs with Jetpack Compose integration, Maven-distributed artifacts, and step-by-step getting-started guides.
Wanted Lab Design System for Android
Visit https://montage.wanted.co.kr to view the documentation.
Montage is distributed via Maven Central.
settings.gradle.kts
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}build.gradle.kts
dependencies {
implementation("run.thespot.montage:montage-kmp:<latest-version>")
}Current coordinates:
groupId: run.thespot.montage
artifactId: montage-kmp
version: <latest-version>
Please refer to the GETTING_STARTED EN, GETTING_STARTED KR, for installation and usage instructions.
This project is licensed under the MIT License.
Wanted Lab Design System for Android
Visit https://montage.wanted.co.kr to view the documentation.
Montage is distributed via Maven Central.
settings.gradle.kts
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
}
}build.gradle.kts
dependencies {
implementation("run.thespot.montage:montage-kmp:<latest-version>")
}Current coordinates:
groupId: run.thespot.montage
artifactId: montage-kmp
version: <latest-version>
Please refer to the GETTING_STARTED EN, GETTING_STARTED KR, for installation and usage instructions.
This project is licensed under the MIT License.