Skip to content

TazkiyaTech/jetpack-compose-utils

Repository files navigation

Jetpack Compose Utils

This library contains views that are missing from the core Jetpack Compose libraries.

The views available in this library are as follows:

BulletedList Displays an array of Strings as a bulleted list.

Setup

To use the above views within your app, simply add the following repository and dependency declaration in the build.gradle file of your Android project:

repositories {
    mavenCentral()
}
dependencies {
    implementation("com.tazkiyatech:jetpack-compose-utils:0.1.0")
}

About

An Android library containing views for Jetpack Compose.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages