Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 2.19 KB

File metadata and controls

53 lines (37 loc) · 2.19 KB
title page_title description slug canonicalLink position
Overview
ButtonGroup Overview - Components - Kendo UI for Vue
Get an overview of the features the Kendo UI ButtonGroup wrapper for Vue delivers and use the component in Vue projects.
overview_buttongroup_wrapper
1

ButtonGroup Overview

The ButtonGroup represents a group of buttons with similar functionalities.

ButtonGroups act as containers for two or more Button components. Depending on the requirements of your project, you can separately configure each Button in the ButtonGroup.

The ButtonGroup wrapper for Vue is a client-side wrapper for the Kendo UI ButtonGroup widget.

Basic Usage

The following example demonstrates the ButtonGroup in action.

{% meta height:350 %} {% embed_file buttongroup/overview/basic-usage/main.vue preview %} {% embed_file buttongroup/overview/basic-usage/main.js %} {% endmeta %}

Functionality and Features

  • [Preselected buttons]({% slug preselected_buttons_buttongroup_wrapper %})
  • [Icon ButtonGroup]({% slug icons_buttongroup_wrapper %})
  • [Selection]({% slug selection_buttongroup_wrapper %})
  • [Color]({% slug color_buttongroup_wrapper %})
  • [Badges]({% slug badges_buttongroup_wrapper %})
  • [Keyboard navigation]({% slug keyboard_navigation_buttongroup_wrapper %})
  • [RTL support]({% slug right_to_left_support_buttongroup_wrapper %})

Events

The following example demonstrates basic ButtonGroup events. You can subscribe to all ButtonGroup events by the handler name.

{% meta height:350 %} {% embed_file buttongroup/overview/events/main.vue preview %} {% embed_file buttongroup/overview/events/main.js %} {% endmeta %}

Suggested Links