Skip to content

interface navigate

Black Ram edited this page Nov 27, 2024 · 1 revision

Navigate/switch between UI screens

To switch between UI screens (without interrupting the canvas), you can use popups and modals, or navigate between different paths/routes.

What is the URL Path and Routes?

The URL Path is the part of the URL that comes after the domain. For example, in the URL https://example.com/path/to/page, the path is /path/to/page.

A routering system can be used to manage navigation between URL Paths. For example you can use:

Clone this wiki locally