NavigationTabs

Usage

  • Navigation tabs are used to navigate between pages/tabs

  • Navigation tabs are placed at the top right/left or bottom right/left

Creating a navigation tab

<navigation-tabs style='max-width:358px; right:8px; top:4px; position:fixed;' id='assetTabs'>
					<option-item id='userAssets' img='home'>Uploaded Assets</option-item>

				</navigation-tabs>

Events

Event
Description
Output

onchange

Fires when the selection changes

new selection name

Last updated