/design-system-android

Design System for Android

Primary LanguageKotlinApache License 2.0Apache-2.0

🚀 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