• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

Custom Rendering

The BottomNavigation enables you to override its default rendering by using the following options:

Item Property

To customize the appearance of the BottomNavigation items, you can use the item property of its items.

The following example demonstrates how to add additional components in the BottomNavigation items such as FloatingActionButton and Badge:

Example
View Source
Change Theme:

Item Render Property

To override the default rendering of all ButtonNavigation items, you can use the itemRender property of the component.

Example
View Source
Change Theme:

In this article

Not finding the help you need?