New to Kendo UI for Angular? Start a free 30-day trial
BottomNavigationItemFlow
Represents the possible options to control how the icon and text label are positioned in the BottomNavigation items.
The possible values are:
vertical
—Renders the text below the icon.horizontal
—Renders the icon and the text on the same line.
type
BottomNavigationItemFlow = "vertical" | "horizontal";