Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
darkokoa committed Feb 27, 2024
1 parent 126793c commit b370b8e
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
@@ -1,2 +1,31 @@
# DateTime Wheel Picker (work-in-progress πŸ‘·πŸ”§οΈπŸ‘·β€β™€οΈβ›)
Compose Multiplatform implementation of [WheelPickerCompose](https://github.com/commandiron/WheelPickerCompose)
# datetime-wheel-picker (work-in-progress πŸ‘·πŸ”§οΈπŸ‘·β€β™€οΈβ›)

[![badge-version]](https://search.maven.org/search?q=g:io.github.darkokoa%20a:datetime-wheel-picker*)
![badge-android][badge-android]
![badge-jvm][badge-jvm]
![badge-ios][badge-ios]
![badge-js][badge-js]

Compose Multiplatform implementation of [WheelPickerCompose](https://github.com/commandiron/WheelPickerCompose).

## Download

[![badge-version]](https://search.maven.org/search?q=g:io.github.darkokoa%20a:datetime-wheel-picker*)

```kotlin
val commonMain by getting {
dependencies {
implementation("io.github.darkokoa:datetime-wheel-picker:")
}
}
```

## License

Released under the [Apache License, Version 2.0](https://opensource.org/license/apache-2-0).

[badge-version]: https://img.shields.io/maven-central/v/io.github.darkokoa/datetime-wheel-picker?style=flat
[badge-android]: https://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat
[badge-jvm]: https://img.shields.io/badge/platform-jvm-DB413D.svg?style=flat
[badge-ios]: https://img.shields.io/badge/platform-ios-CDCDCD.svg?style=flat
[badge-js]: https://img.shields.io/badge/platform-js-F8DB5D.svg?style=flat

0 comments on commit b370b8e

Please sign in to comment.