Menu

The e-menu component shows a menu with a list of options.

view on GitHub

Props

Explore the available props for the form component

PropertyDescriptionTypeDefault
model-valueThe v-model value of the component.booleanfalse
close-on-content-clickClose the dropdown when clicking on the content.booleanfalse
activatorHTML element used to activate the component.HTMLElementundefined
disable-menuDisable the menu.Booleanfalse
check-offsetCheck if the menu is going to overflow the page and automatically correct it.booleanfalse
transitionname of the transition to use when opening the menu.String'fade'
originOrigin point of the menu, relative to the activator. Can be either "top left", "top right", "bottom left", or "bottom right".string'bottom left'
max-widthMaximum menu width in pixels.string | numberundefined
offset-xNumber of pixels to offset the menu Horizontally.string | numberundefined
offset-yNumber of pixels to offset the menu Vertically.string | numberundefined
widthMenu width in pixels. Also used as the minWidth if the menu is forced to open on the right or left due to space limitations.string | numberundefined
full-widthMake the dropdown full width of its parent container.booleanfalse

Slots

Explore the available slots for the form component