---
title: RTL Support
page_title: RTL Support - TabStrip - Kendo UI for Vue
description: "Explore the RTL support offered by the Kendo UI TabStrip wrapper for Vue."
slug: rtl_support_tabstrip_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/layout/globalization/"
position: 8
---

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

# RTL Support

You can activate the right-to-left functionality by adding the `k-rtl` class to the container of the TabStrip.

If you use a [Kendo UI LESS-based theme](https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling), register the `kendo.rtl.[min].css` file too.

The following example demonstrates how to utilize the RTL support for the TabStrip.

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