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

Latest commit

 

History

History
 
 

pager

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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>")
}