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-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Splitter.
kendo-splitter-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the Splitter.
kendo-splitter-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the Splitter.
kendo-splitter-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Splitter.
kendo-splitter-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Splitter.
kendo-splitter-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Splitter.
kendo-splitter-splitbar-sizek-map-get( $kendo-spacing, 3 )12pxDefault: k-map-get( $kendo-spacing, 3 )Computed: 12px
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-margin7px7pxDefault: 7pxComputed: 7px
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-map-get( $kendo-spacing, .5 )2pxDefault: k-map-get( $kendo-spacing, .5 )Computed: 2px
Description: The vertical padding of the collapse icon in the Splitter.
kendo-splitbar-bg$kendo-base-bg #fafafaDefault: $kendo-base-bgComputed: #fafafa
Description: The background color of the Splitter split bar.
kendo-splitbar-text$kendo-base-text #424242Default: $kendo-base-textComputed: #424242
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 )) #f0f0f0Default: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 ))Computed: #f0f0f0
Description: The hover background color of the Splitter split bar.
kendo-splitbar-hover-text$kendo-splitbar-text #424242Default: $kendo-splitbar-textComputed: #424242
Description: The hover text color of the Splitter split bar.
kendo-splitbar-selected-bg$kendo-selected-bg #ff6358Default: $kendo-selected-bgComputed: #ff6358
Description: The selected background color of the Splitter split bar.
kendo-splitbar-selected-text$kendo-selected-text whiteDefault: $kendo-selected-textComputed: white
Description: The selected text color of the Splitter split bar.