• 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
      • Overview
      • Getting Started
      • ActionSheetnew
      • AppBar
      • Avatar
      • BottomNavigation
      • Card
      • ContextMenu
      • Drawer
      • ExpansionPanelnew
      • GridLayoutnew
      • Menu
      • PanelBar
      • Splitter
      • StackLayoutnew
      • Stepper
      • TabStrip
      • TileLayoutupdated
      • Wizard
      • Globalization
      • API
    • 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

BottomNavigationItemProps

The interface for describing items that can be passed to the items property of the BottomNavigation component.

NameTypeDefaultDescription

class?

string

Class the BottomNavigation item.

disabled?

boolean

Disables the BottomNavigation item.

icon?

any

Defines the name for an existing icon in a Kendo UI for Vue theme. The icon is rendered inside the BottomNavigation item by a span.k-icon element.

selected?

boolean

Specifies if the BottomNavigation item is selected.

style?

object

Style the BottomNavigation item.

tabIndex?

number

Sets the tabIndex property of the BottomNavigation item. Defaults to 0.

text?

any

Specifies the text content of the BottomNavigation item.

In this article

Not finding the help you need?