NavigationBar
Usage
A navigation bar is used on to navigate between pages or tabs
A navigation bar is placed on the side or bottom
Creating a navigation bar
<navigation-bar id='nav'>
<option-item id='home' img='home'>Editor</option-item>
</navigation-bar>
Events
Event
Description
Output
onchange
Fires when the selection changes
new selection name
Last updated