An Android library that offers dialogs & views for various use cases - build with Jetpack Compose. All of the dialogs & views are easy and quick to implement. Views can be used for PopUps, BottomSheets and other containers.
# Get started
The library contains various use-cases. Each module represents one use-case and contains a `*Dialog` and `*View`. You can use the `*Dialog` directly while you can use the `*View` for bottom sheets, popups and other non-scrollable containers.
Play around with the samples via [APK](https://github.com/maxkeppeler/sheets-compose-dialogs/blob/main/app/sample.apk).
In your top-levelΒ `build.gradle`
repositories {
...
mavenCentral()
}
In your app `build.gradle` file:
dependencies {
...
// Implementing the `core` module is mandatory for using other use cases.
implementation 'com.maxkeppeler.sheets-compose-dialogs:core:<version>'
implementation 'com.maxkeppeler.sheets-compose-dialogs:<module>:<version>'
}
Replace `` with the (latest or preferred) version of the library.
Replace `` with the module you want to use.
Modules: `core` | `info` | `color` | `calendar` | `rating` | `clock` | `duration` | `date-time` | `option` | `list` | `input` | `emoji` | `state`
π Get a better insight into the API βββ ββ£βββ β
[API Documentation](https://maxkeppeler.github.io/sheets-compose-dialogs/api/)
β¨ General documentation, resources and more βββ ββ£βββ β
[Documentation](https://maxkeppeler.notion.site/sheets-compose-dialogs-804f0ebcb2c84b98b7afa5f687295aed)
# Showcase
Take a look at the use-cases presented as dialogs. These same use-cases can also be displayed within a popup, bottom sheet, or any other container view.
## Donate
Show your appreciation by donating me a coffee. Thank you very much!
## Showcase
Check out some apps which are using this library.
- [Elcovia - Notion Templates & Resources](https://play.google.com/store/apps/details?id=com.elcovia.android)
- [WearSocials](https://play.google.com/store/apps/details?id=com.mk.wearsocials)
- [Respawn](https://play.google.com/store/apps/details?id=com.nek12.respawn)
- [Mangata (Soon)](http://mangata-mk.com)
## License
Copyright 2022-2023 Maximilian Keppeler https://maxkeppeler.com
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 at
http://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.