Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 420 Bytes

Pager composable for Jetpack Compose

Maven Central

For more information, visit the documentation: https://google.github.io/accompanist/pager

Download

repositories {
    mavenCentral()
}

dependencies {
    implementation("ca.gosyer:accompanist-pager:<version>")
}