New to Kendo UI for Vue? Start a free 30-day trial
Customization
Updated on Apr 23, 2026
The SegmentedControl allows you to fully customize the visual appearance of each item by using the itemTemplate prop.
The itemTemplate is a function that receives the item's data (SegmentedItemProps) and returns a VNode to render inside the item button.
The following demo shows how to use a custom template to render each item with an icon, a label, and a badge element.
Change Theme
Theme
Loading ...