https://github.com/maxkeppeler/sheets-compose-dialogs
✨ An android Library to enhance UIs, supporting a wide range of common use-cases with Dialogs, Popups, and Bottom Sheets. ✨
https://github.com/maxkeppeler/sheets-compose-dialogs
android calendar-picker clock-picker color-pickers compose compose-dialogs date-picker dialogs jetpack-compose-dialogs material-dialogs material-you material3 picker-component picker-dialog picker-library range-picker rating rating-stars time-picker view
Last synced: about 1 month ago
JSON representation
✨ An android Library to enhance UIs, supporting a wide range of common use-cases with Dialogs, Popups, and Bottom Sheets. ✨
- Host: GitHub
- URL: https://github.com/maxkeppeler/sheets-compose-dialogs
- Owner: maxkeppeler
- License: apache-2.0
- Created: 2022-08-10T13:02:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T14:38:05.000Z (8 months ago)
- Last Synced: 2025-04-14T08:16:21.065Z (about 1 month ago)
- Topics: android, calendar-picker, clock-picker, color-pickers, compose, compose-dialogs, date-picker, dialogs, jetpack-compose-dialogs, material-dialogs, material-you, material3, picker-component, picker-dialog, picker-library, range-picker, rating, rating-stars, time-picker, view
- Language: Kotlin
- Homepage: https://maxkeppeler.github.io/sheets-compose-dialogs/
- Size: 260 MB
- Stars: 881
- Watchers: 4
- Forks: 40
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Sheets-Compose-Dialogs
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`
```gradle
repositories {
...
mavenCentral()
}
```In your app `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.maxkeppeler.sheets-compose-dialogs::'
}
```
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.Calendar
Modulecalendar
| API DocumentationLight
DarkCalendarSample1
![]()
CalendarSample1
![]()
CalendarSample2
![]()
CalendarSample2
![]()
CalendarSample3
![]()
CalendarSample3
![]()
CalendarSample4
![]()
CalendarSample4
![]()
CalendarSample5
![]()
CalendarSample5
![]()
Clock
Moduleclock
| API DocumentationLight
DarkColor
Modulecolor
| API DocumentationLight
DarkCore
Modulecore
| API DocumentationLight
DarkDate-Time
Moduledate-time
| API DocumentationLight
DarkDateTimeSample1
![]()
DateTimeSample1
![]()
DateTimeSample2
![]()
DateTimeSample2
![]()
DateTimeSample3
![]()
DateTimeSample3
![]()
Duration
Moduleduration
| API DocumentationLight
DarkDurationSample1
![]()
DurationSample1
![]()
DurationSample2
![]()
DurationSample2
![]()
Emoji
Moduleemoji
| API DocumentationLight
DarkInfo
Moduleinfo
| API DocumentationLight
DarkInput
Moduleinput
| API DocumentationLight
DarkList
Modulelist
| API DocumentationLight
DarkOption
Moduleoption
| API DocumentationLight
DarkRating
Modulerating
| API DocumentationLight
DarkState
Modulestate
| API DocumentationLight
Dark## 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 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.