Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
)
```