Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emilymclean/composecomponents

A set of standard components for Jetpack Compose
https://github.com/emilymclean/composecomponents

jetpack-compose

Last synced: 16 days ago
JSON representation

A set of standard components for Jetpack Compose

Awesome Lists containing this project

README

        

# ComposeComponents
[![Build](https://github.com/BenMMcLean/ComposeComponents/actions/workflows/build.yml/badge.svg)](https://github.com/BenMMcLean/ComposeComponents/actions/workflows/build.yml)
[![Lint](https://github.com/BenMMcLean/ComposeComponents/actions/workflows/lint.yml/badge.svg)](https://github.com/BenMMcLean/ComposeComponents/actions/workflows/lint.yml)

A set of standard components for Jetpack Compose. This library is still in very early development, so expect significant changes to the API between versions.

## Installation
![Stable](https://img.shields.io/github/v/release/BenMMcLean/ComposeComponents?label=Stable)
![Preview](https://img.shields.io/github/v/release/BenMMcLean/ComposeComponents?label=Preview&include_prereleases)

```
implementation "cl.emilym.component:compose:"
implementation "cl.emilym.component:activity:"
implementation "cl.emilym.component:markdown:"
```