Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1022 Bytes

File metadata and controls

26 lines (19 loc) · 1022 Bytes
title page_title description slug canonicalLink position
RTL Support
RTL Support - ButtonGroup - Kendo UI for Vue
Use the k-rtl class to activate the right-to-left (RTL) support of the Kendo UI ButtonGroup wrapper for Vue.
right_to_left_support_buttongroup_wrapper
8

RTL Support

You can activate the right-to-left functionality by adding the k-rtl class to the container of the ButtonGroup.

The following example demonstrates how to utilize the RTL support for the ButtonGroup.

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

Suggested Links