There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
✨ Enhancing Android UIs: A Jetpack Compose Library supporting a wide range of common use-cases with Material Design 3 Dialogs, Popups, and Bottom Sheets. ✨
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.
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 <version> with the (latest or preferred) version of the library.
Replace <module> with the module you want to use.
Modules: core | info | color | calendar | clock | duration | date-time | option | list | input | emoji | state
📖 Get a better insight into the API ‣
API Documentation ✨ General documentation, resources and more ‣
Documentation
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.
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.