Hi Team How can I make the modal appear from bottom? Would it be possible to create like bottom sheet experience in Mobile?
It’s possible with a Drawer component (set its placement to “bottom”), but unfortunately it’s not super easy to switch from modal to drawer for mobile only. You’d have to do something like, adding both a Modal and a Drawer to your page, hiding one or the other depending on the responsive variant, and probably put your modal content into a Plasmic component so you can reuse it…
Thanks @chungwu! No worries the Modal still works. It’s just nice to have. And thanks for sharing the Drawer component!