Skip to content

Sheets can be placed anywhere on 4 sides not only in bottom #17445

Discussion options

You must be logged in to vote

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 the maximized:

$q.bottomSheet({
  position: 'left',
  maximized: true,
})

anyway, i recommend u must look into the QDialog (component and plugin):
https://quasar.dev/vue-components/dialog/
https://quasar.dev/quasar-plugins/dialog

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dlastnoel
Comment options

Answer selected by dlastnoel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants