Skip to content

wanteddev/montage-android

Repository files navigation

Montage

Wanted Lab Design System for Android

English | 한국어

hero

License: MIT Android Kotlin Compose

Documentation

Visit https://montage.wanted.co.kr to view the documentation.

📦 Installation

Montage Android is distributed via JitPack + Git tags.

1️⃣ Add JitPack Repository

settings.gradle.kts

dependencyResolutionManagement {
    repositories {
        google()
        mavenCentral()
        maven { url = uri("https://jitpack.io") }
    }
}

2️⃣ Add Dependency

build.gradle.kts

dependencies {
    implementation("com.github.wanteddev:montage-android:latestVersion")
}

Getting Started

Please refer to the GETTING_STARTED EN, GETTING_STARTED KR, for installation and usage instructions.

License

This project is licensed under the MIT License.

About

🎨 Wanted Android Design System - Montage

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors