The Vue Toolbar is a feature-rich component that provides an interface for selecting a command from a collection of commands. Its features include different orientations, responsive modes (scrollable and pop-up), templating, and button alignment based on priority.
The Vue Toolbar component allows you to customize the command appearance with HTML elements like images, text buttons, toggle buttons, select boxes, text boxes, and autocomplete. This helps you make toolbar search boxes and toolbar menu-like applications.
The Vue Toolbar component provides data binding support, rendered based on a JSON array collection of properties such as text, type, and alignment. Data binding can be achieved by forming an array collection of items.
The Vue Toolbar component adapts to the available space with two type of display modes, scrollable and pop-up, for modern web and mobile applications.
Scrollable display mode displays Toolbar commands in a single line with horizontal scrolling enabled when the items overflow the visible space. You can swipe over the toolbar commands to scroll.
The pop-up menu is another type of overflow mode in which the toolbar container holds the items that can be placed within the available space. The items that do not fit the viewing area are moved to the overflow pop-up container. You can view the overflow tab headers by clicking the pop-up icon.
You can prioritize the commands to be displayed in the pop-up or toolbar when minimum space is available to view them.
You can set specific items to display always in the pop-up regardless of the available space on the toolbar.
Display the overflow toolbar items as an inline of a toolbar.
Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons. If the pop-up content overflows the height of the page, the rest of the elements will be hidden.
The Toolbar commands are positioned with left, right, or center alignment of the toolbar area.
The Vue Toolbar component default command is a button type, and it can render given text input.
You can add icons or images with or without text to the buttons. The icons can be positioned to the left or right.
You can add button text when necessary, which means you can decide to show text in the pop-up alone, toolbar alone, or in both.
The Vue Toolbar can be easily integrated with other components such as Data Grid), Scheduler, and Rich Text Editor.
To describe the actions of a command, a tooltip can be added. By default, HTML is supported, but the Vue Tooltip component can also be used.
The Vue Toolbar provides customizable commands with styles such as CSS classes and HTML attributes such as ID, class, and styles.
Developers can control the appearance and behaviors of the toolbar using a rich set of APIs.
The Vue Toolbar component is shipped with several built-in themes: Material, Bootstrap, Fabric (Office 365), Tailwind CSS and high contrast.
Users can customize any one of these built-in themes or create new themes by either simply overriding SASS variables or using our Theme Studio application.
The Toolbar component is also available in Blazor, React, Angular, and JavaScript frameworks. Check out the different Toolbar platforms from the links below,
Easily get started with the Vue Toolbar using a few simple lines of Vue code as demonstrated below. Also explore our Vue Toolbar Example that shows you how to render and configure a Toolbar in Vue.
<template>
<div class="control-section e-tbar-section">
<ejs-toolbar>
<e-items>
<e-item prefixIcon='e-icons e-cut' tooltipText='Cut'></e-item>
<e-item prefixIcon='e-icons e-copy' tooltipText='Copy'></e-item>
<e-item prefixIcon='e-icons e-paste' tooltipText='Paste'></e-item>
<e-item type='Separator'></e-item>
<e-item prefixIcon='e-icons e-paint-bucket' tooltipText='Color-Picker'></e-item>
<e-item prefixIcon='e-icons e-upload-1' tooltipText='Upload'></e-item>
<e-item prefixIcon='e-icons e-download' tooltipText='Download'></e-item>
</e-items>
</ejs-toolbar>
</div>
</template>
<script>
import Vue from "vue";
import { ToolbarPlugin } from "@syncfusion/ej2-vue-navigations";
Vue.use(ToolbarPlugin);
export default Vue.extend({
});
</script>
Syncfusion Vue Toolbar provides the following features:
We do not sell the Vue Toolbar separately. It is only available for purchase as part of the Syncfusion team license. This contains over 1,800 components and frameworks, including the Vue Toolbar. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
You can find our Vue Toolbar demo here.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our Vue Toolbar, are not sold individually. They are only available as part of a team license. However, we have competitively priced the product, so it only costs a little bit more than what some other vendors charge for their Toolbar component alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
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.
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.