Skip to content

cevichepicante/ComposeScrollShadow

Repository files navigation

Shadow-layered Scaffold implementation for jetpack compose

Features

  • Shadow Indication type
    • ShadowIndicatedScaffold: always-visible (support for: Any Composables)
    • ShadowIndicatedScrollScaffold: when scroll is processing. (support for: LazyColumn, LazyRow)
  • Customizable shadowed layer: color, shape, blur weight, direction

Sample

Without

With


Without

With


Installation

Add it in settings.gradle:

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

Add it in app level build.gradle:

dependencies {
    implementation 'com.github.cevichepicante:ComposeScrollShadow:1.0.1'
}

About

Android Jetpack Compose shadow indicated Scaffold implementation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages