---
title: Data Binding
page_title: Data Binding - TabStrip - Kendo UI for Vue
description: "Instantiate and set the configuration options for the Kendo UI TabStrip wrapper for Vue."
slug: databinding_tabstrip_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/layout/tabstrip/"
position: 1
---

<div><WrapperBanner link="/kendo-vue-ui/components/layout/tabstrip"></WrapperBanner></div>    

# Data Binding

The TabStrip provides support for binding it to local data arrays.

Local data arrays are appropriate for limited value options. To bind the TabStrip to local data, use the [Kendo UI Data Source component](https://docs.telerik.com/kendo-ui/framework/datasource/overview).

{% meta height:350 %}
{% embed_file tabstrip/binding/main.vue preview %}
{% embed_file tabstrip/binding/main.js %}
{% endmeta %}

## Suggested Links

* [Kendo UI Data Source Component](https://docs.telerik.com/kendo-ui/framework/datasource/overview)
* [Kendo UI TabStrip for jQuery](https://docs.telerik.com/kendo-ui/controls/navigation/tabstrip/overview)
* [API Reference of the TabStrip Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/tabstrip)
