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-sizeStringvar( --kendo-font-size, initial )var(--kendo-font-size, initial)
Description
The font size of the Splitter.
$kendo-splitter-line-heightStringvar( --kendo-line-height, initial )var(--kendo-line-height, initial)
Description
The line height of the Splitter.
$kendo-splitter-font-familyStringvar( --kendo-font-family, initial )var(--kendo-font-family, initial)
Description
The font family of the Splitter.
$kendo-splitter-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Splitter.
$kendo-splitter-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Splitter.
$kendo-splitter-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
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 split bar.
$kendo-splitter-drag-handle-lengthStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The length of the Splitter drag handle.
$kendo-splitter-drag-handle-thicknessStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The thickness of the Splitter drag handle.
$kendo-splitter-drag-icon-marginStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
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(.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the collapse icon in the Splitter.
$kendo-splitbar-bgStringif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))var(--kendo-color-surface, #faf9f8)
Description
The background color of the Splitter split bar.
$kendo-splitbar-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Splitter split bar.
$kendo-splitbar-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))var(--kendo-color-base-hover, #f3f2f1)
Description
The hover background color of the Splitter split bar.
$kendo-splitbar-hover-textString$kendo-splitbar-textvar(--kendo-component-text, initial)
Description
The hover text color of the Splitter split bar.
$kendo-splitbar-selected-bgStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The selected background color of the Splitter split bar.
$kendo-splitbar-selected-textStringvar( --kendo-component-bg, inherit )var(--kendo-component-bg, inherit)
Description
The selected text color of the Splitter split bar.
$kendo-splitter-splitbar-static-sizeStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The size of the Splitter static split bar.

In this article

Not finding the help you need?