Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 932 Bytes

File metadata and controls

29 lines (21 loc) · 932 Bytes
title page_title description slug canonicalLink position
Color
Color - ButtonGroup - Kendo UI for Vue
Customize the color of the Kendo UI ButtonGroup wrapper for Vue.
color_buttongroup_wrapper
5

Color

You can customize the color of a ButtonGroup.

To achieve this behavior, either:

  • Set the background-color CSS property of the respective button inline, or
  • Define a CSS selector.

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

Suggested Links