https://github.com/smarttoolfactory/compose-pagerindicator
🚀📒📍 Indicators for Horizontal or Vertical Pager with different orientation, color, size options and optional touch feature.
https://github.com/smarttoolfactory/compose-pagerindicator
android indicators jetpack-compose pagerindicator
Last synced: about 1 month ago
JSON representation
🚀📒📍 Indicators for Horizontal or Vertical Pager with different orientation, color, size options and optional touch feature.
- Host: GitHub
- URL: https://github.com/smarttoolfactory/compose-pagerindicator
- Owner: SmartToolFactory
- License: apache-2.0
- Created: 2022-08-04T14:20:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T16:00:44.000Z (over 2 years ago)
- Last Synced: 2025-04-04T10:26:02.386Z (2 months ago)
- Topics: android, indicators, jetpack-compose, pagerindicator
- Language: Kotlin
- Homepage:
- Size: 115 KB
- Stars: 19
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Compose Pager Indicator
[](https://jitpack.io/#SmartToolFactory/Compose-PagerIndicator)
Indicators for **Horizontal** or **Vertical** pager with different orientation, color,
size options and optional touch feature.https://user-images.githubusercontent.com/35650605/182871485-4f2551a8-4d57-41aa-b7b1-2e4d8c9dffdb.mp4
## Gradle Setup
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.SmartToolFactory:Compose-PagerIndicator:Tag'
}
```## ⚠️ This is alpha version, and under development
This version is pretty raw and very ungraceful logic to scale items based on their position.
In future versions will add
offsetting items will change of color, position from absolute position when pager offset change,
color animation change
and infinite item support.