Navigation
Last updated
Was this helpful?
Last updated
Was this helpful?
In Lowcoder, the Navigation component enables the creation of multi-screen applications with structured menus, enhancing user experience through organized access to various app screens.
Key Features:
Menu Creation: Design hierarchical navigation menus for desktop applications and flat navigation structures for mobile apps, accommodating different user interface requirements.
Dynamic and Static Menus: Construct menus manually or generate them dynamically using data queries, providing flexibility in menu management.
App Integration: Aggregate multiple app screens into a cohesive, multi-page application, allowing seamless transitions between different sections.
Customisation: Tailor menu items by selecting associated apps, customizing labels, and choosing icons to align with the application's design and functionality.
Submenu Support: For desktop applications, create nested submenu items to establish a clear hierarchy within the navigation structure.
Parameter Passing: Append URL query or hash parameters to menu items, enabling the transfer of specific data or states between app screens.
Permissions Management: Control the visibility of menu items based on user permissions, ensuring that users only access authorised sections of the application.
On Component Playground, you can interact with the Modal component and explore it's Properties, Events and Methods. Play with different Styling properties to see the effect on the Modal component.
In the Auto-Docs of Modal component, we have shown how to use different properties of the Modal component. It also includes the Styling properties of the Modal component.
These properties are accessible in {{ }} notations, as well as in JavaScript Queries.
hidden
Boolean
Returns True or False based on whether the Navigation component is hidden or not
items
Array
Returns Array of Objects containing the items in the Navigation component
logoURL
String
Returns the URL of the Logo placed in the Navigation component