We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Vue Dropdown Menu is a graphical user interface component that lets users choose from a list of actions that can be triggered. It has built-in support for icons and their positioning, various sizes, separators, RTL, and UI customization.


You can make use of different dropdown button sizes (default and small).


Users tend to perceive visual information better than text. The Vue Dropdown Menu has built-in options to include an icon to the left or above the text, or provide an icon-only button.


The popup menu is a toggleable container that holds a list of action items or custom content that will open or close when the button is clicked. You can customize all the items in a dropdown menu.

Vue Dropdown menu popup with list of action items containing text and icons


Vue Dropdown menu separator grouping similar action items

You can use a horizontal line separator to represent similar action items as a group within the list of available items.


Icon-only Dropdown Button

You can make use of the icon-only Dropdown Button without button text.

Customize position values to display the Vue Dropdown Menu above, to the right, or to the left of the dropdown button.


UI Customization

You can customize the dropdown button size, appearance, and feel. The dropdown menu popup element is completely customizable.

You can configure a dropdown to open the popup menu without the arrow icon.

Vue Dropdown button without caret

You can configure context menu component to add submenu items in Vue Dropdown Menu.


Vue Dropdown menu popup with multi-level submenu


Web accessibility

  • Fully supports WAI-ARIA accessibility to work with screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Follows WCAG 2.0 standards in the design of UI element visuals such as foreground color, background color, line spacing, text and images.
  • Supports right-to-left (RTL) text direction for users working in right-to-left languages like Hebrew, Arabic, or Persian.

Developer-friendly APIs

In Dropdown Menu, you have control over all the UI elements and their behaviors. It provides the best user experience to users through a rich set of developer-friendly APIs.


Vue Dropdown Menu Code Example

Easily get started with the Vue Dropdown Menu using a few simple lines of Vue code example as demonstrated below. Also explore our Vue Dropdown Menu Example that shows you how to Dropdown Menu in Vue.

<template>
<ejs-dropdownbutton :items='items'>Clipboard</ejs-dropdownbutton>
</template>

<script>
import Vue from 'vue';
import { DropDownButtonPlugin } from "@syncfusion/ej2-vue-splitbuttons";
import { enableRipple } from '@syncfusion/ej2-base';

enableRipple(true);
Vue.use(DropDownButtonPlugin);
export default {
    data () {
        return {
            items:[
            {
                text: 'Cut'
            },
            {
                text: 'Copy'
            },
            {
                text: 'Paste'
            }]
        };
    }
}
</script>

<style>
@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
@import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
</style>

Other supported frameworks

The Dropdown Menu component is also available in Blazor, React, Angular, and JavaScript frameworks. Check out the different Dropdown Menu platforms from the links below,




80+ VUE UI COMPONENTS

Frequently Asked Questions

  • Built-in support for Success, Warning, Info, and Danger button styles.
  • Automatic collision detection and handling with pop-up menu flip-and-fit.
  • Quick configuration for popup menu item customization.
  • One of the best Vue Dropdown Menu in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with Vue Dropdown Menu.

You can find our Vue Dropdown Menu demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile