Nav
Last updated
Was this helpful?
Last updated
Was this helpful?
The navigation component contains some commonly used nav elements that you can use throughout your application.
The drawer component is a custom sliding drawer that's activated by the nav button (above). The drawer nav will only show links to the views that the current user has permission to view.
There is a sign-out button within the drawer nav. You can customise the appearance and styling of this component however you see fit.
To understand how routing works, please read the section.
A burger-style icon for revealing the drawer nav (see below). This is nested in the header of the component so it's available on any view with a header.
You can import the service component anytime you need to navigate from a component outside the Navigation router. See the for more information.