Skip to content

everli/design-system-android

Repository files navigation

🚀 design-system-android

Everli Design System library for Android

Android Build & Test CI Maven Central

🚧 The library is still WIP.

Demo

Compose vs View/XML

The library is first built using Jetpack Compose but it does offer a bridge to use it in XML. Just note that Compose is the first class citizen of the library, there are some limitation when it comes to XML.

How to use it

Latest stable release

In root build.gradle

repositories {
  mavenCentral()
}

In module build.gradle

implementation "implementation "com.everli:designsystem:${latest_version}"
implementation "implementation "com.everli:designsystem-utilities:${latest_version}"

Latest SNAPSHOT

In root build.gradle

repositories {
  maven { url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' }
}

In module build.gradle

implementation implementation "com.everli:designsystem:${latest_version}-SNAPSHOT"
implementation implementation "com.everli:designsystem-utilities:${latest_version}-SNAPSHOT"

ℹ️ designsystem-utilities can be used as a stand alone library. It's use as an helper library.

Documentation

Please refer to the Wiki

About

Design System for Android

Resources

License

Contributing

Stars

6 stars

Watchers

12 watching

Forks

Packages

 
 
 

Contributors

Languages