The Bottom Navigation Bar (BottomNavBar) is a key element in mobile user interface design, typically placed at the bottom of the screen.
An example of a navs array.
var navs = [
[ "Favorites", "favorites" ],
[ "Groups", "person" ],
[ "Folder", "folder" ]
]
[ "Favorites", "favorites" ],
[ "Groups", "person" ],
[ "Folder", "folder" ]
]
Here are the methods available for BottomNavbar Component
Examples ##
Properties
The following properties are available on the BottomNavbar object:
absHeight → Number
absLeft → Number
absTop → Number
absWidth → Number
backColor → String
backImage → String
border → Number
borderColor → String
borderStyle → String
cornerRadius → Number
disabled → Boolean
el → Object
elStyle → String
fontFile → String
height → Number
iconColor → String
iconSize → Number
isVisible → Boolean
labels → Boolean
left → Number
list → List
margins → List
opacity → Number
options → String
padding → List
parent → Object
position → Object
rotation → Number
textColor → String
textSize → Number
top → Number
type → String
value → Number
visibility → String
width → Number
Methods
The following methods are available on the BottomNavbar object:
destroy()
getEnabled(
index )
→ Boolean
getEnabledByName(
name )
→ Boolean
getList() → List
getPosition(
options )
→ Object
gone()
hide()
popItem()
selectItem(
name )
show()