Skip to content

Commit

Permalink
Update ReadME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karthyks committed Jan 18, 2023
1 parent 946707e commit d632254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReadME.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![develop](https://github.com/karthyks/Composed/actions/workflows/develop-workflow.yml/badge.svg) ![release](https://img.shields.io/github/v/release/karthyks/Composed?display_name=tag)

![develop](https://github.com/karthyks/Composed/actions/workflows/develop-workflow.yml/badge.svg) ![release](https://img.shields.io/github/v/release/karthyks/Composed?display_name=tag) [![CircleCI](https://dl.circleci.com/status-badge/img/gh/karthyks/Composed/tree/develop.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/karthyks/Composed/tree/develop)
# Composed
Utility library for Jetpack compose projects.

## Overlay
Render dynamic jetpack compose overlay with ease.
Render a composable dynamically on top of a composable. Overlay is a stack based renderer, multiple composables can be rendered on top of each other.
One of the main use-cases is it is really useful in a modularised project where you don't have to expose the UI code but just the overlay contract and also to render condition based composable (show a dialog on click/ show a message on top of a screen).

## Installation
```
Expand Down

0 comments on commit d632254

Please sign in to comment.