---
title: Templates
page_title: Templates - Tooltip - Kendo UI for Vue
description: "Set content template of the Kendo UI Tooltip wrapper for Vue."
slug: templates_tooltip_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/tooltip/templates/"
position: 6
---

<div><WrapperBanner link="/kendo-vue-ui/components/tooltip/templates/"></WrapperBanner></div>    

# Templates

The Tooltip allows you to load templates in its content.

The following example demonstrates how to use templates to customize the appearance of the ToolTip. To define a function that returns the built HTML through [`kendo.template`](https://docs.telerik.com/kendo-ui/api/javascript/kendo/methods/template), use the `:content` property.

{% meta height:500 %}
{% embed_file tooltip/templates/main.vue preview %}
{% embed_file tooltip/templates/main.js %}
{% endmeta %}

## Suggested Links

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