Navigation bar is designed to work as the header of normal pages and it's one of the default subviews of PageWithNavBar.
To use this component, install the Zebble.NavigationBar nuget package.
It's open source and available on GitHub. Also we welcome any contributions to enhace it.
Navigation bar contains:
Note: If your page inherits from PageWithNavBar, Zebble adds Back Button or Burger Menu (only in case of having "TopMenu") to the left side of Navigation bar automatically .
Example:
{
Path = Images/NavBar/Add.png"
}.On(x => x.Tapped, AddButtonTapped)));
NavigationBar by default has its CssClass set to "navbar-background" which you can use to style it in your css file. For example: