Skip to content

A design system for android built with Jetpack Compose, providing reusable UI components and Material Design styling.

Notifications You must be signed in to change notification settings

lssarao/compose-design-system

Repository files navigation

Compose Design System

A design system for android built with Jetpack Compose, providing reusable UI components and Material Design styling.

Installation

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"
    }

⚠️🚧 Under Construction 🚧⚠️

This library is currently under development.

About

A design system for android built with Jetpack Compose, providing reusable UI components and Material Design styling.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages