Sheets can be placed anywhere on 4 sides not only in bottom #17445
-
I kinda find bottom sheet to be tightly coupled. For instance bootstrap has this offcanvas feature which is very flexible. I think will be very useful for everybody. Cheers quasar devs! Thank you and stay amazing! Link fo reference. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
BottomSheet is just a custom QDialog with a QList, even if that is not documented, all QDialog properties are proxied, so u can configure the $q.bottomSheet({
position: 'left',
maximized: true,
}) anyway, i recommend u must look into the QDialog (component and plugin): |
Beta Was this translation helpful? Give feedback.
BottomSheet is just a custom QDialog with a QList, even if that is not documented, all QDialog properties are proxied, so u can configure the
position
and set themaximized
:anyway, i recommend u must look into the QDialog (component and plugin):
https://quasar.dev/vue-components/dialog/
https://quasar.dev/quasar-plugins/dialog