---
title: Tab Position
page_title: Tab Position - TabStrip - Kendo UI for Vue
description: "Setting the tab position of the tabs in Kendo UI TabStrip wrapper for Vue."
slug: tab_position_tabstrip_wrapper
canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/layout/tabstrip/tabs/"
position: 4
---

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

# Tab Position

The TabStrip enables you to configure the position of its tabs by using the `tabPosition` prop.

The `tabPosition` setting accepts the following values:

* `left`
* `right`
* `bottom`
* `top`

{% meta height:550 %}
{% embed_file tabstrip/position/main.vue preview %}
{% embed_file tabstrip/position/main.js %}
{% endmeta %}

## Suggested Links

* [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)
