❔navigation FAQs
How does the Navigation component use the view stack?
Why is the navigation drawer not visible on a view?
Can I omit a view path on a navigation item?
<section label="Sites">
<item label="Site: Luna" collapsable="true">
<item label="Dashboard" view='luna_dashboard'/>
<item label="Operators" view='luna_operators'/>
<item label="Tasks" view='luna_tasks'/>
</item>
</section>
Is the branding not supposed to fill the available space?
Can I show and hide the drawer programmatically?
Are collapsable sections and parent items always in an expanded mode?
Can I hide the "Language" item from the general section?
Last updated