Navigate
The Navigate action allows you to navigate to a page in your application.

You can configure the following settings for this action:
a. Page path - main setting where you need to specify the page URL. You can specify it as a string or use a variable to reference the page URL, for example:
/home
Or you can also use the built-in {{routes}}
object:
{{routes.home.url}}
b. Open in new tab - select this checkbox to open the specified page in a new tab.
c. Query params - specify URL parameters that will be available on the new page as:
{{activeRoute.queryParams}}
Check out this page to learn more information about ways of adding navigation to your application in UI Bakery π
Adding navigation to applicationLast updated
Was this helpful?