New to Kendo UI for Vue? Start a free 30-day trial

Customizing Splitter

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-splitter-border-width1px
Description
The width of the border around the Splitter.
$kendo-splitter-font-sizevar( --kendo-font-size, initial )
Description
The font size of the Splitter.
$kendo-splitter-line-heightvar( --kendo-line-height, initial )
Description
The line height of the Splitter.
$kendo-splitter-font-familyvar( --kendo-font-family, initial )
Description
The font family of the Splitter.
$kendo-splitter-bgvar( --kendo-component-bg, initial )
Description
The background color of the Splitter.
$kendo-splitter-textvar( --kendo-component-text, initial )
Description
The text color of the Splitter.
$kendo-splitter-bordervar( --kendo-component-border, initial )
Description
The border color of the Splitter.
$kendo-splitter-splitbar-sizemap.get( $kendo-spacing, 3 )
Description
The size of the Splitter split bar.
$kendo-splitter-drag-handle-lengthmap.get( $kendo-spacing, 5 )
Description
The length of the Splitter drag handle.
$kendo-splitter-drag-handle-thicknessmap.get( $kendo-spacing, 0.5 )
Description
The thickness of the Splitter drag handle.
$kendo-splitter-drag-icon-marginmap.get( $kendo-spacing, 2 )
Description
The margin of the Splitter drag handle icon.
$kendo-splitter-collapse-icon-padding-xnull
Description
The horizontal padding of the collapse icon in the Splitter.
$kendo-splitter-collapse-icon-padding-ymap.get( $kendo-spacing, .5 )
Description
The vertical padding of the collapse icon in the Splitter.
$kendo-splitbar-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the Splitter split bar.
$kendo-splitbar-textvar( --kendo-component-text, initial )
Description
The text color of the Splitter split bar.
$kendo-splitbar-hover-bgif($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
Description
The hover background color of the Splitter split bar.
$kendo-splitbar-hover-text$kendo-splitbar-text
Description
The hover text color of the Splitter split bar.
$kendo-splitbar-selected-bgif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The selected background color of the Splitter split bar.
$kendo-splitbar-selected-textvar( --kendo-component-bg, inherit )
Description
The selected text color of the Splitter split bar.
$kendo-splitter-splitbar-static-sizemap.get( $kendo-spacing, 0.5 )
Description
The size of the Splitter static split bar.

In this article

Not finding the help you need?