Navigation drawer

The v-navigation-drawer component is what your users will utilize to navigate through the application. The navigation-drawer is pre-configured to work with or without vue-router right out the box.

Usage

The navigation drawer is primarily used to house links to the pages in your application. Using null as the starting value for its v-model will initialize the drawer as closed on mobile and as open on desktop.

API

v-navigation-drawer
Name
absolute
Default
false
Type
boolean

Components.NavigationDrawers.

Name
app
Default
false
Type
boolean

Components.NavigationDrawers.

Name
clipped
Default
false
Type
boolean

Components.NavigationDrawers.

Name
dark
Default
false
Type
boolean

ダークテーマを適用します。

Name
disable-resize-watcher
Default
false
Type
boolean

Components.NavigationDrawers.

Name
disable-route-watcher
Default
false
Type
boolean

Components.NavigationDrawers.

Name
fixed
Default
false
Type
boolean

Components.NavigationDrawers.

Name
floating
Default
false
Type
boolean

Components.NavigationDrawers.

Name
height
Default
100%
Type
number | string

Components.NavigationDrawers.

Name
hide-overlay
Default
false
Type
boolean

Components.NavigationDrawers.

Name
light
Default
false
Type
boolean

ライトテーマを適用します。

Name
mini-variant
Default
false
Type
boolean

Components.NavigationDrawers.

Name
mini-variant-width
Default
80
Type
number | string

Components.NavigationDrawers.

Name
mobile-break-point
Default
1264
Type
number | string

Components.NavigationDrawers.

Name
permanent
Default
false
Type
boolean

Components.NavigationDrawers.

Name
right
Default
false
Type
boolean

Components.NavigationDrawers.

Name
stateless
Default
false
Type
boolean

Components.NavigationDrawers.

Name
temporary
Default
false
Type
boolean

Components.NavigationDrawers.

Name
touchless
Default
false
Type
boolean

Components.NavigationDrawers.

Name
value
Default
undefined
Type
any

Components.NavigationDrawers.

Name
width
Default
300
Type
number | string

Components.NavigationDrawers.

Examples

Colored drawer

Navigation drawers can be customized to fit any application's design. While any component can be used within a drawer, the primary ones you will use are v-list, all of the list children components and v-divider

Permanent floating drawer

A navigation drawer can be placed inside of a card and float over the content background.

Avatars

Since drawers support the v-list component, you can easily create customized dashboard solutions.

Mini

The navigation drawer also has a mini-variant which can be controlled using the prop mini-variant.sync.

Temporary

A temporary drawer sits above its application and uses a scrim (overlay) to darken the background. This drawer behavior is mimicked on the persistent drawer when on mobile. Clicking outside of the drawer will cause it to close.

Dark theme

Vuetify also supports the dark application theme. This will not override components that have default themes so in some cases it will be necessary to manually set the dark theme accents.

Combined drawers

Drawers are flexible and are easily adapted to any use-case.

Nested lists

List tiles can be nested a second level for even more options for your navigation

Edit this page | language on Github
Vuetify 3 is now available!The latest version of Vuetify is now available!
Learn about Vuetify 3's new features and functionality for modern Vue applications
Start exploringExplore