Howler9443
Howler9443

Reputation: 13

What is the best way to navigate to a route using CX tab?

I am using CX Tabs and would like to know what is the best way to navigate to a route within the CX app.

Upvotes: 0

Views: 54

Answers (1)

Marko
Marko

Reputation: 5454

The best way is to use the Link widget and display it as a tab.

<Link baseClass="tab" mod="line" href="~/my-route">My Route</Link>

Upvotes: 0

Related Questions