Navigation

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:

  1. Menu Creation: Design hierarchical navigation menus for desktop applications and flat navigation structures for mobile apps, accommodating different user interface requirements.

  2. Dynamic and Static Menus: Construct menus manually or generate them dynamically using data queries, providing flexibility in menu management.

  3. App Integration: Aggregate multiple app screens into a cohesive, multi-page application, allowing seamless transitions between different sections.

  4. Customisation: Tailor menu items by selecting associated apps, customizing labels, and choosing icons to align with the application's design and functionality.

  5. Submenu Support: For desktop applications, create nested submenu items to establish a clear hierarchy within the navigation structure.

  6. Parameter Passing: Append URL query or hash parameters to menu items, enabling the transfer of specific data or states between app screens.

  7. Permissions Management: Control the visibility of menu items based on user permissions, ensuring that users only access authorised sections of the application.

Component Playground

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.

Component Auto-Docs

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.

Properties of the Navigation

These properties are accessible in {{ }} notations, as well as in JavaScript Queries.

Property Name
Type
Description

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

Last updated

Was this helpful?