I'm trying to add a menu that opens from the botto...
# compose
j
I'm trying to add a menu that opens from the bottom like in this screenshot from Slack mobile. Is there an existing Composable similar to this?
m
BottomSheetScaffold or ModalBottomSheetLayout depending on your use case.
j
Awesome, the second one is what I'm looking for. Another question: I want to have multiple of these ModalSheetLayouts, is there a clean way of applying multiple to my main layout? Thanks
f
@Justin Xu you can have each to be a separate destination, check accompanist material navigation
c
I like this library for modal bottom sheets https://github.com/oleksandrbalan/modalsheet