TabStrip

TabStrips organize content into clickable tabs, enabling efficient navigation and space optimization.

Sass Variables

To configure and customize the Telerik and Kendo UI TabStrip, use not only its dedicated Sass variables but also the Sass variables provided by the Button component.

VariableDefault ValueComputed ValueValue
kendo-tabstrip-wrapper-padding-xk-spacing(0)var(--kendo-spacing-0, 0px)Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px)
Description: The horizontal padding of the TabStrip wrapper.
kendo-tabstrip-wrapper-padding-yk-spacing(0)var(--kendo-spacing-0, 0px)Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px)
Description: The vertical padding of the TabStrip wrapper.
kendo-tabstrip-wrapper-border-width0px0pxDefault: 0pxComputed: 0px
Description: The border width around the TabStrip wrapper.
kendo-tabstrip-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 TabStrip.
kendo-tabstrip-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 TabStrip.
kendo-tabstrip-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 TabStrip.
kendo-tabstrip-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width around the TabStrip.
kendo-tabstrip-wrapper-bgnullnullDefault: nullComputed: null
Description: The background color of the TabStrip wrapper.
kendo-tabstrip-wrapper-textnullnullDefault: nullComputed: null
Description: The text color of the TabStrip wrapper.
kendo-tabstrip-wrapper-bordernullnullDefault: nullComputed: null
Description: The border color of the TabStrip wrapper.
kendo-tabstrip-bgnullnullDefault: nullComputed: null
Description: The background color of the TabStrip.
kendo-tabstrip-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 TabStrip.
kendo-tabstrip-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 TabStrip.
kendo-tabstrip-item-padding-xk-spacing(3)var(--kendo-spacing-3, 0.75rem)Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem)
Description: The horizontal padding of the TabStrip items.
kendo-tabstrip-item-padding-yk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5, 0.375rem)
Description: The vertical padding of the TabStrip items.
kendo-tabstrip-item-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width around the TabStrip items.
kendo-tabstrip-item-border-radiusk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)Default: k-border-radius(md)Computed: var(--kendo-border-radius-md, 0.25rem)
Description: The border radius of the TabStrip items.
kendo-tabstrip-item-gapk-spacing(0)var(--kendo-spacing-0, 0px)Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px)
Description: The gap between the TabStrip items.
kendo-tabstrip-item-bgnullnullDefault: nullComputed: null
Description: The background color of the TabStrip items.
kendo-tabstrip-item-text$kendo-link-textvar(--kendo-color-primary, #ff6358)Default: $kendo-link-textComputed: var(--kendo-color-primary, #ff6358)
Description: The text color of the TabStrip items.
kendo-tabstrip-item-bordernullnullDefault: nullComputed: null
Description: The border color of the TabStrip items.
kendo-tabstrip-item-gradientnullnullDefault: nullComputed: null
Description: The gradient of the TabStrip items.
kendo-tabstrip-item-hover-bgnullnullDefault: nullComputed: null
Description: The background color of the hovered TabStrip items.
kendo-tabstrip-item-hover-text$kendo-link-hover-textvar(--kendo-color-primary-hover, #ea5a51)Default: $kendo-link-hover-textComputed: var(--kendo-color-primary-hover, #ea5a51)
Description: The text color of the hovered TabStrip items.
kendo-tabstrip-item-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the hovered TabStrip items.
kendo-tabstrip-item-hover-gradientnullnullDefault: nullComputed: null
Description: The gradient of the hovered TabStrip items.
kendo-tabstrip-item-selected-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 selected TabStrip items.
kendo-tabstrip-item-selected-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 selected TabStrip items.
kendo-tabstrip-item-selected-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 selected TabStrip items.
kendo-tabstrip-item-selected-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected TabStrip items.
kendo-tabstrip-item-focus-shadow$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)Default: $kendo-list-item-focus-shadowComputed: inset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description: The shadow of the focused TabStrip items.
kendo-tabstrip-item-dragging-shadowk-elevation(3)var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(3)Computed: var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The shadow of the dragged TabStrip items.
kendo-tabstrip-item-disabled-bgnullnullDefault: nullComputed: null
Description: The background color of the disabled TabStrip items.
kendo-tabstrip-item-disabled-textnullnullDefault: nullComputed: null
Description: The text color of the disabled TabStrip items.
kendo-tabstrip-item-disabled-bordernullnullDefault: nullComputed: null
Description: The border color of the disabled TabStrip items.
kendo-tabstrip-item-disabled-gradientnullnullDefault: nullComputed: null
Description: The gradient of the disabled TabStrip items.
kendo-tabstrip-item-disabled-opacitynullnullDefault: nullComputed: null
Description: The opacity of the disabled TabStrip items.
kendo-tabstrip-item-disabled-filternullnullDefault: nullComputed: null
Description: The filter of the disabled TabStrip items.
kendo-tabstrip-indicator-sizenullnullDefault: nullComputed: null
Description: The border width of the TabStrip indicator.
kendo-tabstrip-indicator-colornullnullDefault: nullComputed: null
Description: The border color of the TabStrip ripple.
kendo-tabstrip-content-padding-xk-spacing(4)var(--kendo-spacing-4, 1rem)Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem)
Description: The horizontal padding of the TabStrip content.
kendo-tabstrip-content-padding-yk-spacing(4)var(--kendo-spacing-4, 1rem)Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem)
Description: The vertical padding of the TabStrip content.
kendo-tabstrip-content-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width around the TabStrip content.
kendo-tabstrip-content-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 TabStrip content.
kendo-tabstrip-content-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 TabStrip content.
kendo-tabstrip-content-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 TabStrip content.
kendo-tabstrip-content-focus-border$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The border color of the focused TabStrip content.