New to Kendo UI for AngularStart a free 30-day trial

BottomNavigationPositionMode

Represents the options to control the position and behavior of the BottomNavigation when the page is scrollable (see example).

The possible values are:

  • fixed—Positions the BottomNavigation at the bottom of the viewport, regardless of the page scroll position.
  • sticky—Positions the BottomNavigation at the end of the scrollable container.

type BottomNavigationPositionMode = "fixed" | "sticky";

Not finding the help you need?
Contact Support