---
title: Loading Content with AJAX
page_title: Loading Content with AJAX - TabStreip - Kendo UI for Vue
description: "Load the content of the Kendo UI TabStrip wrapper for Vue over AJAX."
slug: loading_content_ajax_tabstrip_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/layout/tabstrip/"
position: 6
---

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

# Loading Content with AJAX

The TabStrip provides the built-in option for asynchronously loading content from an array of URLs.

The URLs are expected to return HTML fragments that can be loaded in the items of the TabStrip.

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

{% meta height:550 %}
{% embed_file tabstrip/loading/main.vue preview %}
{% embed_file tabstrip/loading/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)
