Horizontal Navbar
Lowcodera Horizontal Navigation Bar Component
Last updated
Lowcodera Horizontal Navigation Bar Component
Last updated
The lowcodera horizontal navigation bar provides a quick and elegant solution to one of the most common UI requirements within an app. Our component supports rich styling options, icons, dynamic data binding, and multilevel item nesting.
There are several variations of navigation bar with different colors and configuration properties.
The data format for the navigation bar is simple and easy to configure.
Note: Make sure Navigation Component you are adding on the screen is reordered with the "Bring to Front" option.
In this example, a collection with static data called globalNav
is defined in the Power App. The items
property of the navigation bar component is then bound to this collection.
The above code snippet will generate the following navigation bar.
The properties below are the main ones which change this components appearance and behaviors.
Property | Description | Required | Accepted Values |
Items | Property to define how navigation bar looks like | Table | |
Theme | Property to change theme of the navigation bar | X | Default Danger Info Primary Secondary Success Warning |
FontSize | Property to set font size | X | Number |
IconName | Property to icon name for header | X | |
HeaderIsClickable | Property to make header clickable. | X | Boolean |
HeaderText | Property to change header title | X | Text |
We need to add the following collection.