https://github.com/saket/squiggly-slider
Squiggly slider, inspired by Android 13's media player notification.
https://github.com/saket/squiggly-slider
compose slider squiggles wave wavy
Last synced: 2 months ago
JSON representation
Squiggly slider, inspired by Android 13's media player notification.
- Host: GitHub
- URL: https://github.com/saket/squiggly-slider
- Owner: saket
- License: apache-2.0
- Created: 2023-12-23T04:45:54.000Z (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-11-27T07:49:38.000Z (6 months ago)
- Last Synced: 2025-03-28T18:11:16.737Z (2 months ago)
- Topics: compose, slider, squiggles, wave, wavy
- Language: Kotlin
- Homepage:
- Size: 5.21 MB
- Stars: 205
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

```groovy
implementation "me.saket.squigglyslider:squigglyslider:1.0.0"
``````diff
- Slider(
+ SquigglySlider(
value = sliderValue,
onValueChange = { sliderValue = it },
)
```## License
```
Copyright 2023 Saket Narayan.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```