Skip to content

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

License

Notifications You must be signed in to change notification settings

kazemihabib/compose-shimmer

Repository files navigation

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

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

Add the dependency:

dependencies {
    implementation 'com.github.kazemihabib:compose-shimmer:1.0.1'
}

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages