Top navigation bar If you look closely at the current page, it is too common. This component can also be implemented in the front-end framework of the AMAZEUI with the help of a mobile-phone page. At the same time, you can add a trigger side navigation bar Offcanvas to the right of the navigation bar. Do not use bootstrap kind, once click on the large-scale pull-down navigation, anyway, I personally feel very egg pain. A navigator occupies a large number of pages alive. This side navigation bar Offcanvas was once a good design for PHP workpress.
The effect of using Amazeui is as follows:
The first is the code for the top navigation bar:
<!--here's the top navigation bar with Bootstrap, which is also available only in shades of two colors. The only difference is that bootstrap is black and grey, and Amazeui is gray and blue. Remove Am-topbar-inverse to show gray--- <div class= "Am-topbar am-topbar-inverse" >
Then the code for the sidebar: <!--sidebar Content-- <div id= "Offcanvasid" class= "Am-offcanvas" > <div class= "Am-offcanvas-bar" > <div class= "am-offcanvas-content" > <ul class= "Am-menu-nav am-avg-sm-1" > <li class= "" > Sidebar menu </li> <li>----------</li> <li><a href= "#" > Function 1</a></li > <li><a href= "#" > Function 2</a></li> <li><a href= "#" > Function 3</a></ li> </ul> </div> </div> </div>
Therefore, the code for the entire page is as follows:<!--develop--><!doctype html>It is worth noting that this top navigation bar header does not appear, scroll bar how to scroll, have been hovering over the head of the situation. Equivalent to a normal page content.The top navigation bar of the "Amazeui" mobile page and the side navigation bars Offcanvas