You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: An example on how to add dynamic routes to the TabStrip
4
+
type: how-to
5
+
page_title: Add Dynamic Routes to the TabStrip - Kendo UI for Vue Native TabStrip
6
+
slug: tabstrip-add-dynamic-routes
7
+
tags: tabstrip, routes, dynamic, kendovue
8
+
res_type: kb
9
+
category: knowledge-base
10
+
---
11
+
12
+
## Environment
13
+
14
+
<table>
15
+
<tbody>
16
+
<tr>
17
+
<td>Product Version</td>
18
+
<td>4.3.1</td>
19
+
</tr>
20
+
<tr>
21
+
<td>Product</td>
22
+
<td>Progress® Kendo UI for Vue Native</td>
23
+
</tr>
24
+
</tbody>
25
+
</table>
26
+
27
+
## Description
28
+
29
+
This Knowledge base(KB) article shows how you can set dynamic routes to the TabStrip component.
30
+
31
+
## Solution
32
+
33
+
This can be achieved by binding the selected tab to the current route, users can navigate between tabs with their content dynamically loaded based on the URL.
0 commit comments