title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Overview |
Splitter Overview - Components - Kendo UI for Vue |
Get an overview of the features the Kendo UI Splitter wrapper for Vue delivers and use the component in Vue projects. |
overview_splitter_wrapper |
0 |
The Splitter provides a dynamic layout of resizable and collapsible panes.
The component converts the children of an HTML element into an interactive layout and adds resize and collapse handles depending on its configuration. The vertical and horizontal orientation of the Splitter can be combined to build complex layouts.
The Splitter wrapper for Vue is a client-side wrapper for the Kendo UI Splitter widget.
The following example demonstrates the Splitter in action.
{% meta height:380 %} {% embed_file splitter/basic/main.vue preview %} {% embed_file splitter/basic/main.js %} {% endmeta %}
- [Loading content with AJAX]({% slug loading_content_ajax_splitter %})
- [Keyboard navigation]({% slug keyboard_navigation_splitter_wrapper %})
- [RTL support]({% slug rtl_support_splitter %})