Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kazemihabib/compose-shimmer

A Jetpack compose modifier to add a shimmering effect to any composable.
https://github.com/kazemihabib/compose-shimmer

android jetpack-compose shimmer

Last synced: 3 months ago
JSON representation

A Jetpack compose modifier to add a shimmering effect to any composable.

Awesome Lists containing this project

README

        

[![](https://jitpack.io/v/kazemihabib/compose-shimmer.svg)](https://jitpack.io/#kazemihabib/compose-shimmer)


Shimmer

compose-shimmer

A Jetpack compose modifier to add a shimmering effect to any widget.

MyComponent( modifier = Modifier.shimmer() )


##### Compatible with Compose version **1.0.0-alpha09**

## Download

Available through jitpack.

Add the maven repo to your root `build.gradle`

```groovy
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
```

Add the dependency:
```groovy
dependencies {
implementation 'com.github.kazemihabib:compose-shimmer:1.0.1'
}
```