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 Speed Dial component is an extension of the Vue Floating Action Button that displays a list of action buttons when clicked. It displays action buttons in linear and radial directions.

Vue Speed Dial component


Display modes

The Vue Speed Dial component supports the display of action items in a linear or radial layout. This helps make actions more accessible and easy to use.

Linear

In the linear mode, the Vue Speed Dial component displays action items in a list-like format, either horizontally or vertically. Action items can be displayed at the top, bottom, left, or right side of the Speed Dial button. Auto positioning displays the action items based on the position of the Speed Dial.

Vue Speed Dial linear mode

Vue Speed Dial radial mode

Radial

In the radial mode, the Vue Speed Dial component displays action items in a circular pattern similar to a radial menu. If start and end angles are not specified, they are automatically calculated based on the position of the component.


Predefined styles

Several predefined styles are available in Vue Speed Dial:

  • Primary
  • Secondary
  • Outline
  • Info
  • Success
  • Warning
  • Danger

Vue Speed Dial with different predefined styles


Vue Speed Dial positioning

Positioning

Place the Speed Dial button in various built-in positions on the target element or page.


Icon with text

The Vue Speed Dial component enables customization of the Speed Dial button and action items, including the use of text only, icon with text, or icon only. This allows developers to create highly personalized buttons and action items that effectively communicate the actions they perform.

Vue Speed Dial icon with text


Vue Speed Dial templates

Templates

Customize the default appearance of the Speed Dial and its action items. By using item and popup templates, a highly personalized Speed Dial can be created, which enhances the user experience.


Modal popup mode enables an overlay to prevent background interaction when popup action items are opened.

Vue Speed Dial modal popup


Built-in themes

The Vue Speed Dial supports these built-in themes: Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast. Users can customize one of these built-in themes or create new themes to achieve their desired look and feel by simply overriding SASS variables or using our Theme Studio application.


Accessibility

  • Fully supports WAI-ARIA accessibility practices to work with screen readers and assistive devices.
  • Fully supports WAI-ARIA accessibility that helps pop-up action items be accessed by on-screen readers and assistive devices.
  • Follows WAI-ARIA best practices for implementing keyboard interaction.
  • Based on WCAG 2.0 standards, UI visual elements such as foreground color, background color, line spacing, text, and images are designed.
  • Supports right-to-left (RTL) text direction for users working with RTL languages like Hebrew, Arabic, or Persian.

Developer-friendly APIs

The Vue Speed Dial component offers APIs for customizing its appearance and behavior, as well as templates for personalizing the look and feel of the Speed Dial and its action items. With these APIs, developers can create a unique and highly personalized Speed Dial that fits seamlessly into their applications.


Vue Speed Dial code example

Easily get started with the Vue Speed Dial using a few simple lines of Vue code example as demonstrated below. Also explore our Vue Speed Dial Example that shows you how to render and configure the Vue Speed Dial.

<template>
    <ejs-speeddial openIconCss='e-icons e-edit' :items='items'></ejs-speeddial>
</template>

<script>
import Vue from 'vue';
import { SpeedDialPlugin  } from "@syncfusion/ej2-vue-buttons";

Vue.use(SpeedDialPlugin);

export default { 
    data: function () {
        return {
            items: [
                { iconCss:'e-icons e-cut' },
                { iconCss:'e-icons e-copy' },
                { iconCss:'e-icons e-paste' }
            ]
        };
    }
}
</script>

Other supported frameworks

The Speed Dial component is also available in Blazor, Angular, React, and JavaScript frameworks. Check out the component on other platforms using these links:



85+ VUE UI COMPONENTS

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 No credit card required.

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