Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sudodios/circleparticlesprogress
An Circlular Particles Progress For Compose Multiplatform Project
https://github.com/sudodios/circleparticlesprogress
Last synced: about 2 months ago
JSON representation
An Circlular Particles Progress For Compose Multiplatform Project
- Host: GitHub
- URL: https://github.com/sudodios/circleparticlesprogress
- Owner: SudoDios
- License: apache-2.0
- Created: 2024-01-26T12:43:17.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-01-26T14:22:02.000Z (11 months ago)
- Last Synced: 2024-01-27T13:56:20.437Z (11 months ago)
- Language: Kotlin
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CircleParticlesProgress
An Circlular Particles Progress For Compose Multiplatform Project![](preview.gif)
### Usage
`Add CircleParticlesProgress.kt file to your projecct & :`
```kotlin
CircleParticlesProgress(
modifier = Modifier.size(120.dp), //composition modifier
progress = progress, // progress float, range 0,1
thickness = 6.dp, // style stroke width
particlesCount = 40, // count of particles to create
isBig = false, // scale velocity
reverse = true, // to fill & empty
progressColor = Color(0xFFf4a261) // color of progress & particles
)
```