Kendo UI for Vue SegmentedControl Overview

Updated on Apr 23, 2026

The Kendo UI for Vue SegmentedControl displays a horizontal set of mutually exclusive buttons, allowing users to select a single option from a group. It is ideal for switching between views, modes, or filter states.

The Kendo UI for Vue SegmentedControl is distributed through the kendo-vue-buttons NPM package.

ninja-iconThe SegmentedControl is part of Kendo UI for Vue, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

The following example demonstrates the SegmentedControl in action.

Change Theme
Theme
Loading ...

Key Features

  • Controlled and Uncontrolled Modes—The SegmentedControl supports both controlled mode (using the value prop) and uncontrolled mode (using the defaultValue prop).
  • Appearance—You can adjust the size and layout mode of the SegmentedControl.
  • Customization—Use the itemTemplate prop to fully customize the appearance of each item.
  • Disabled Items—You can disable individual segments to prevent interaction.
  • Keyboard Navigation—The SegmentedControl supports keyboard navigation for accessibility.

Support and Learning Resources

Additional Resources