---
title: Templates
page_title: Templates - ToolBar - Kendo UI for Vue
description: "Implement editors in the Kendo UI ToolBar wrapper for Vue by using templates."
slug: templates_toolbar_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/buttons/toolbar/"
position: 3
---

<div><WrapperBanner link="/kendo-vue-ui/components/buttons/toolbar"></WrapperBanner></div>

# Templates

The Toolbar enables you to incorporate various types of editors by using templates.

After you define the `html` part of the implementation, initialize the desired components from that `html` part by using the mounted event.

{% meta height:400 %}
{% embed_file toolbar/templates/main.vue preview %}
{% embed_file toolbar/templates/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI ToolBar for jQuery](https://docs.telerik.com/kendo-ui/controls/navigation/toolbar/overview)
* [API Reference of the ToolBar Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/toolbar)
