Kendo UI for Vue Native BottomNavigation Overview
The Kendo UI for Vue native BottomNavigation allows movement among primary destinations in an application. The main purpose of the component is to offer a navigation element where each option is represented by an icon and optional text.
The following example demonstrates the BottomNavigation in action.
The BottomNavigation is part of the Kendo UI for Vue Native Layout component library. The procedures for installing, importing, and using all components in the library are identical. To learn how to use the BottomNavigation and the rest of the components in the package, see the Getting Started with the Kendo UI for Vue Native Layout Package guide.
Key Features
- Content Types—With the BottomNavigation component you can specify the icons and text labels for the rendered buttons based on their content. You can also choose if the icon and the text are on the same line or below each other.
- Positioning Mode—You can choose between the
fixed
andsticky
position modes. - Appearance—The BottomNavigation comes with predefined option that allow you to set its theme colors and fill options.
- Routing—You can use the BottomNavigation as a container for navigational components with any router library.
- Custom Rendering—You can override the default rendering of the BottomNavigation items.
- Globalization—The BottomNavigation has built-in globalization support.
Support and Learning Resources
- BottomNavigation Homepage
- Getting Started with the Kendo UI Vue Layout
- API Reference of the BottomNavigation Component
- Getting Started with Kendo UI for Vue - JavaScript (Online Guide)
- Getting Started with Kendo UI for Vue - TypeScript (Online Guide)
- Getting Started with Kendo UI for Vue - JavaScript + Options API (Online Guide)
- Getting Started with Kendo UI for Vue - TypeScript + Options API (Online Guide)
- Getting Started with Kendo UI for Vue - Nuxt 3 (Online Guide)
- Virtual Classroom (Training Course for Registered Users)
- BottomNavigation Forum
- Knowledge Base
- Kendo UI Productivity Tools extension for VS Code