Basic

Remember to put the element that activates the menu in the activator slot.

Custom transitions

Vuetify comes with 3 standard transitions, scale, slide-x and slide-y. Use transition prop to add transition to a menu.

Location

Menu can be offset relative to the activator by using the location prop.

Open on hover

Menus can be accessed using hover instead of clicking with the open-on-hover prop.

Popover

A menu can be configured to be static when opened, allowing it to function as a popover. This can be useful when there are multiple interactive items within the menu contents.

Activator and tooltip

With nested activators, the tooltip and the menu need to stay attached to the same trigger.