A design system for android built with Jetpack Compose, providing reusable UI components and Material Design styling.
To use this library in your project, add the following code to your project's build.gradle file:
allprojects {
repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}
}
dependencies {
implementation "com.github.lssarao:compose-design-system:1.0.0"
}
This library is currently under development.