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 |
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 %}