Bottom Sheet
With customizable detents, excellent soft-keyboard support, draw behind system bars, nested scrolling.
Fully renderless, fully accessible components for building high quality apps and design systems for every platform, not just Android.
implementation("com.composables:composeunstyled-primitives:1.49.6")
With customizable detents, excellent soft-keyboard support, draw behind system bars, nested scrolling.
With animations support, full-screen ready, optional scrim and easy integration with system bars.
With keyboard support, anchor control.
Enables components such as scrollbars, support for auto-hideable scrollbars.
With animation support and accessibility semantics.
With keyboard navigation support, orientation support.
Standard or optional label supported.
Toggable with accessibility semantics in place.
With keyboard and touch support, interval steps customization.
With arrow support, animations, change placement position.
With separate rendering of track and fill.
We just transition from M3 Modal Bottom Sheet to the Compose Unstyled one and it fixed multiple issues.
Ever since Compose Unstyled was pointed out to me, I use that one. Simpler API, and it actually works.
Finally! Sounds awesome and can't wait to try it.
To be super honest: You are doing gods work, Google's bottomsheet is attrocious for example when used in any capacity slightly outside of its intended usecase, great work, keep it up!
Using the Compose Unstyled bottom sheets everywhere in my app. They are easier to use than the official ones.
Thank you for making the only bottom sheet composable library that actually makes sense.
How is this not a first party api
I was finally able to migrate my app's bottom sheet to Compose Unstyled. The API is much simpler and cleaner.
This is a good opportunity to express my endless gratitude for your unstyled bottom sheet. It is the most convenient and well designed UI component API I've ever worked with.
Thumbs up from me for unstyled, I'm using it for an android app (no cmp sadly) without material components (except material-ripple). Initially added it for bottom sheets (way better than m3 in my experience) and have used more components since without issues
i try not to use md3 bottom sheets anymore because they always gimme issues. @Alex Styl’s bottom sheets are goat tho
I switched to compose unstyled and found it much better as the basis of the design system.
それでもMaterial3のModalBottomSheetは不具合が多すぎて使い物にならないので最近はCompose Unstyled ModalBottomSheetを使っています。こちらの方が自由度が高く品質もいい