You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine a design like:
navigation drawer | app bar | navigation drawer
In vuetify 2 it was possible via clipped left and clipped right on app bar I think. In vuetify 3 this is not possible this way.
Navigation Drawers have the location property.
Okay lets assume you have the following code
This is not the expected design. For me that felt the natural way of doing it. So i tried many workarounds with manipulating styles and so on but non worked.
The solution is simple...
<template>
<v-app>
<v-navigation-drawer>
<divclass="text-center px-2 pt-2">Left Drawer</div>
</v-navigation-drawer>
<!-- Put the right drawer BEFORE the app bar -->
<v-navigation-drawerlocation="right">
<divclass="text-center px-2 pt-2">Right Drawer</div>
</v-navigation-drawer>
<v-app-bartitle="App Bar" />
</v-app>
</template>
That will result in the expected design
Proposed solution
My Request is to put exactly this solution as on of the examples in the navigation drawer docs page and/ or in the wireframes documentation. I saw on discord some others also struggle with that issue.
derHodrig
changed the title
[Documentation] Rightside Navigation Drawer on same level as app bar
docs(vNavigationDrawer) Rightside Navigation Drawer on same level as app bar
Jan 24, 2025
derHodrig
changed the title
docs(vNavigationDrawer) Rightside Navigation Drawer on same level as app bar
docs(vNavigationDrawer): Rightside Navigation Drawer on same level as app bar
Jan 24, 2025
derHodrig
changed the title
docs(vNavigationDrawer): Rightside Navigation Drawer on same level as app bar
[Documentation] Rightside Navigation Drawer on same level as app bar
Jan 24, 2025
Problem to solve
Imagine a design like:
navigation drawer | app bar | navigation drawer
In vuetify 2 it was possible via clipped left and clipped right on app bar I think. In vuetify 3 this is not possible this way.
Navigation Drawers have the location property.
Okay lets assume you have the following code
This is not the expected design. For me that felt the natural way of doing it. So i tried many workarounds with manipulating styles and so on but non worked.
The solution is simple...
That will result in the expected design
Proposed solution
My Request is to put exactly this solution as on of the examples in the navigation drawer docs page and/ or in the wireframes documentation. I saw on discord some others also struggle with that issue.
This will solve #19809
https://play.vuetifyjs.com/#eNrNUj1PAzEM/SsmMyZSR3RUAjEysXIMJuf2IuVyUc65FiH+O25aPgY6tFMXy5bt9/ys9/JhpuzsfUo3c2FzaxrhIQUSXrYRoJmRUqppLSLNfk3ix4hdpg3nQ0ubnZ/BBZqmu9YIbwUdR+EMaYsLSIKL1iyfeCXwWBcbqwvfwPZ/5OO0EEZXayXLft2Lgp90yfNu6ZxT9B34RhnES2Al0M/BA+XWgP0du0KEEt04DMoMfgXvY4ENaV6PhYOIEjvOkb30ID2DQoNC/+i4BN27HuLeCzqyN0Nj/5jEfF7HEkINr18SVMSS
The text was updated successfully, but these errors were encountered: