Customizable BottomSheet
-
Hi. I want to use an element like BottomSheet, but with completely my own components inside, not just with the list of actions. Like in Google Maps for example:
Or like Framework7’s Sheet Modal, if you want: https://framework7.io/vue/sheet-modal.html
What is the closest alternative in Quasar?
Thanks
-
Try a bottom positioned QDialog.
Scott
-
This is pretty close to what I want, thank you!