Skip to main content

Bottom Navigation

The BottomNavigation component is an alternative to the sidebar. It is primarily used for mobile applications and comes in three variants, icons and text, and shift.

info

For more details about Vuetify’s usage of BottomNavigation component, click BottomNavigation page.
For more prop explanations, click Vuetify BottomNavigation API page.

Props

AttributeDescriptionTypeDefault
classSets class of active button.stringundefined
darkApplies dark theme.booleanfalse
fixedApplies position:fixed.booleanfalse
growForce Buttons to take up all available space.booleanfalse
hideOnScroolWill transition the navigation off screen when scrolling up.booleanfalse
horizontalUses an alternative horizontal styling for Button.booleanfalse
mandatoryForces a value to always be selected .booleanfalse
scrollTargetDesignates the element to target for scrolling events. Uses window by default.stringundefined
scrollTresholdThe amount of scroll distance down before hide-on-scroll activates.string-numberundefined
shiftHides text of Buttons when they are not active.booleanfalse
valueSets the active button.numberundefined
visibleVisibility of BottomNavigation component.booleantrue