title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
RTL Support |
RTL Support - PanelBar - Kendo UI for Vue |
Explore the RTL support offered by the Kendo UI PanelBar wrapper for Vue. |
rtl_support_panelbar_wrapper |
8 |
You can activate the right-to-left functionality by adding the k-rtl
class to the container of the PanelBar.
If you use a Kendo UI LESS-based theme, register the kendo.rtl.[min].css
file too.
The following example demonstrates how to utilize the RTL support for the PanelBar.
{% meta height:600 %} {% embed_file panelbar/rtl/main.vue preview %} {% embed_file panelbar/rtl/main.js %} {% endmeta %}