sheets-compose-dialogs icon indicating copy to clipboard operation
sheets-compose-dialogs copied to clipboard

✨ Enhancing Android UIs: A Jetpack Compose Library supporting a wide range of common use-cases with Material Design 3 Dialogs, Popups, and Bottom Sheets. ✨

Results 15 sheets-compose-dialogs issues
Sort by recently updated
recently updated
newest added

This is a (ongoing) refactoring to support **Compose Multiplatform**. Will close #66 and #1 Done modules: - [x] calendar - [x] clock - [x] color - [x] core - [x]...

I want the disabled dates to appear like the dates before or after the boundaries meaning grey instead of black.

i have a few dates (less than 10) that i want to be selected and all the other dates should be disabled.

It'll be really nice to have these in compose multiplatform as dialog is now supported in compose common code `v1.5.0-beta01`: https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.5.0-beta01

Any plan to add [filled tonal button](https://m3.material.io/components/buttons/specs#158f0a18-67fb-4ac4-9d22-cc4d1adc4579) style? ```kotlin /** * Available button styles. */ enum class ButtonStyle { /** * Text button. */ TEXT, /** * Elevated button. */...

Titles are not centered horizontally in case they are shorter. - Fix alignment issues - Support max lines / single line attributes

How to adjust the dialog shadow/elevation?

Hello, first off, thank you creating this library. I've been using it in some of my apps, and recently I updated from version 1.1.0 to 1.3.0. I noticed there were...

Just a feature suggestion, similar to the clock input, just a dialog with a keypad to enter a number like a quantity. Could have settings for min&max allowed number, and...

feature

I wanted supports for buddhist calendar in Thai. This pull request contains localization and buddhist year supported.