Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emilymclean/composecomponents
- Owner: emilymclean
- License: mit
- Created: 2024-01-24T03:07:33.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2024-04-17T13:14:36.000Z (9 months ago)
- Last Synced: 2024-10-29T14:53:42.096Z (2 months ago)
- Topics: jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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:"
```