New Compose tutorial on how to build fully custom ...
# feed
a
New Compose tutorial on how to build fully custom bottom sheets without using the components from Material Compose. Full read with code examples, live (Compose Web) demo and step-by-step guide at: https://composables.com/jetpack-compose-tutorials/bottom-sheets-that-just-work?ref=slack
t
Random question because I also build one and had this blocker: does this one works if the content in the sheet is scrollable and the content behind is also scrollable?
a
the content behind the sheet you mean? there are two versions, normal and modal. Modals are drawn on a separate window so you cannot interact with things behind it. Normal ones are part of the same layout the bottom sheet is placed. I don't see a reason why it wouldn't work though. Do u have a specific use case you want me to check for you?
t
I’m talking about the normal ones. It’s just a hard case that I’ve found when creating my own sheet, so I’m just suggesting in case you want to double check it works on yours 🙂
a
gotcha. usually if something doesn't work and people need it, people open an issue which gets resolved after a couple of days usually.
👍🏽 1