Customizing Splitter

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-splitter-border-widthNumber1px1px
Description
The width of the border around the Splitter.
$kendo-splitter-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Splitter.
$kendo-splitter-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Splitter.
$kendo-splitter-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Splitter.
$kendo-splitter-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Splitter.
$kendo-splitter-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the Splitter.
$kendo-splitter-borderString$kendo-component-bordervar(--kendo-color-border, #dee2e6)
Description
The border color of the Splitter.
$kendo-splitter-splitbar-sizeStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The size of the Splitter splitbar.
$kendo-splitter-drag-handle-lengthNumber20px20px
Description
The length of the Splitter drag handle.
$kendo-splitter-drag-handle-thicknessNumber2px2px
Description
The thickness of the Splitter drag handle.
$kendo-splitter-drag-icon-marginCalculationcalc( #{k-spacing(3.5)} / 2 )calc(var(--kendo-spacing-3\.5, 0.875rem) / 2)
Description
The margin of the Splitter drag handle icon.
$kendo-splitter-collapse-icon-padding-xNullnullnull
Description
The horizontal padding of the collapse icon in the Splitter.
$kendo-splitter-collapse-icon-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the collapse icon in the Splitter.
$kendo-splitbar-bgString$kendo-base-bgvar(--kendo-color-surface, #f8f9fa)
Description
The background color of the Splitter split bar.
$kendo-splitbar-textString$kendo-base-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the Splitter split bar.
$kendo-splitbar-hover-bgStringif($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-splitbar-bg, .5 ))var(--kendo-color-base-subtle-hover, #dee2e6)
Description
The hover background color of the Splitter split bar.
$kendo-splitbar-hover-textString$kendo-splitbar-textvar(--kendo-color-on-app-surface, #212529)
Description
The hover text color of the Splitter split bar.
$kendo-splitbar-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #0d6efd)
Description
The selected background color of the Splitter split bar.
$kendo-splitbar-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The selected text color of the Splitter split bar.

In this article

Not finding the help you need?