Button Overview

The Button allows the user to achieve a UI functionality by clicking it.

You can configure the appearance of the Button to show only textual content, to display predefined icon, image, or custom icons, or a combination of textual and image content.

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

The Button Component is part of Kendo UI for Vue, a professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

Basic Usage

The following example demonstrates the Button in action.
Example
View Source
Change Theme:

Functionality and Features

Events

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

Example
View Source
Change Theme: