Splitter

The Splitter component provides a dynamic layout of resizable, expandable, and collapsible panes.

Sass Variables

The Telerik and Kendo UI Splitter enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-splitter-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the Splitter.
kendo-splitter-font-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the Splitter.
kendo-splitter-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the Splitter.
kendo-splitter-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the Splitter.
kendo-splitter-bg$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-component-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the Splitter.
kendo-splitter-text$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the Splitter.
kendo-splitter-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the Splitter.
kendo-splitter-splitbar-sizek-spacing(3)var(--kendo-spacing-3, 0.75rem)Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem)
Description: The size of the Splitter split bar.
kendo-splitter-drag-handle-length20px20pxDefault: 20pxComputed: 20px
Description: The length of the Splitter drag handle.
kendo-splitter-drag-handle-thickness2px2pxDefault: 2pxComputed: 2px
Description: The thickness of the Splitter drag handle.
kendo-splitter-drag-icon-margincalc( #{k-spacing(3.5)} / 2 )calc(var(--kendo-spacing-3\.5, 0.875rem) / 2)Default: calc( #{k-spacing(3.5)} / 2 )Computed: calc(var(--kendo-spacing-3\.5, 0.875rem) / 2)
Description: The margin of the Splitter drag handle icon.
kendo-splitter-collapse-icon-padding-xnullnullDefault: nullComputed: null
Description: The horizontal padding of the collapse icon in the Splitter.
kendo-splitter-collapse-icon-padding-yk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem)
Description: The vertical padding of the collapse icon in the Splitter.
kendo-splitbar-bg$kendo-base-bgvar(--kendo-color-surface, #fafafa)Default: $kendo-base-bgComputed: var(--kendo-color-surface, #fafafa)
Description: The background color of the Splitter split bar.
kendo-splitbar-text$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-base-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the Splitter split bar.
kendo-splitbar-hover-bgif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 ))var(--kendo-color-base-hover, #ebebeb)Default: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 ))Computed: var(--kendo-color-base-hover, #ebebeb)
Description: The hover background color of the Splitter split bar.
kendo-splitbar-hover-text$kendo-splitbar-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-splitbar-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The hover text color of the Splitter split bar.
kendo-splitbar-selected-bg$kendo-selected-bgvar(--kendo-color-primary, #ff6358)Default: $kendo-selected-bgComputed: var(--kendo-color-primary, #ff6358)
Description: The selected background color of the Splitter split bar.
kendo-splitbar-selected-text$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)Default: $kendo-selected-textComputed: var(--kendo-color-on-primary, #ffffff)
Description: The selected text color of the Splitter split bar.