New to KendoReact? Learn about KendoReact Free.
BottomNavigationItemFlow
Updated on Sep 5, 2025
Specifies how the icon and text label are positioned in each BottomNavigation item (see example).
The possible values are:
vertical(Default) — Renders the text below the icon.horizontal— Renders the text and the icon on the same line.
type BottomNavigationItemFlow = "vertical" | "horizontal";