The Vue AppBar, also known as an action bar or nav bar, displays information and actions related to the current application screen. It is used to show branding, screen titles, navigation, and actions. The component supports height modes, color modes, positioning, and more.
Display the AppBar with predefined sizes: normal, long, or short. The size of an AppBar can be changed using the regular, prominent, and dense properties.
The AppBar has predefined background colors for different visual representations: light, dark, primary, and inherit.
A row of content can be aligned horizontally at the top or bottom of the AppBar.
The Vue AppBar component aligns the content using a spacer and separator.
The AppBar layout will adjust automatically to the current screen size.
A separator is a vertical line that visually separates or groups items in an AppBar.
Developers can control the appearance and behaviors of the AppBar component using a rich set of APIs.
The Vue AppBar supports built-in themes: Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and high contrast. Users can customize these built-in themes or create new themes to achieve their desired look and feel by either simply overriding SASS variables or using our Theme Studio application.
Easily get started with the Vue AppBar using a few simple lines of Vue code, as demonstrated below. Also, explore our Vue AppBar example, which shows how to render and configure an AppBar in Vue.
<template>
<div class="col-lg-12 control-section">
<div>
<ejs-appbar colorMode="Primary">
<ejs-button cssClass="e-inherit" iconCss="e-icons e-menu"></ejs-button>
<span class="regular" style="margin:0 5px">Vue AppBar</span>
<div class="e-appbar-spacer"></div>
<ejs-button cssClass="e-inherit">FREE TRIAL</ejs-button>
</ejs-appbar>
</div>
</div>
</template>
<script lang="ts">
import Vue from "vue";
import { AppBarPlugin } from "@syncfusion/ej2-vue-navigations";
import { ButtonPlugin } from "@syncfusion/ej2-vue-buttons";
Vue.use(AppBarPlugin);
Vue.use(ButtonPlugin);
export default Vue.extend({
data: () => {
return {};
}
});
</script>
The AppBar component is also available in our Blazor, React, Angular, and JavaScript frameworks. Check out the component on other platforms using these links:
You can find our Vue AppBar demo, which demonstrates how to render and configure the AppBar.
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 and five or fewer developers.
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.