Swipeable Bottom Sheet (new component)
Describe the solution you'd like The world's most used mobile apps in the top 10 massively uses a Swipeable Bottom Sheet with the most varied components and layout within it, not just a menu of actions displayed as list or a grid.
I would like to have a Swipeable Bottom Sheet component in Quasar with this option to compose it with any component with two features:
- Option to adjust its height, make it fullscreen in mobile by sliding up to the top and dismiss if you swipe down quickly.
- Create and keep a footer fixed while active or the possibility to use the QLayout component inside it.
I still don't know why Quasar doesn't have a Swipeable Bottom Sheet component like this: https://github.com/atsutopia/vue-swipeable-bottom-sheet Why not? Is this a new component concept in the Material Design specification??
Describe alternatives you've considered
QDialog with position="bottom" with a new boolean prop (swipeable) to make it Swipeable (adjust the heigth or dismiss with swipe).
Add the prop boolean
swipeablein Bottom Sheet plugin and add the possibility to compose other components, instead of being limited to just a list of objects to build a menu of actions only.
Additional context (examples)
Instagram - Inputs + List + Buttons... within Swipeable Bottom Sheet

Telegram - An image gallery + fixed footer with buttons in grid layout within Swipeable Bottom Sheet:

OneDrive - Action menu within Swipeable Bottom Sheet:

Facebook - Swipeable Bottom Sheet with fixed footer (in FB comment):

Source: quasarframework/quasar