PanelBar

PanelBars organize content in an accordion-style collapsible structure, enabling users to control the visibility of information.

Sass Variables

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

VariableDefault ValueComputed ValueValue
kendo-panelbar-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 PanelBar.
kendo-panelbar-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 PanelBar.
kendo-panelbar-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 PanelBar.
kendo-panelbar-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 PanelBar.
kendo-panelbar-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 PanelBar.
kendo-panelbar-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the PanelBar.
kendo-panelbar-border-stylesolidsolidDefault: solidComputed: solid
Description: The border style around the the PanelBar.
kendo-panelbar-item-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the PanelBar items.
kendo-panelbar-item-border-stylesolidsolidDefault: solidComputed: solid
Description: The style of the border around the PanelBar items.
kendo-panelbar-header-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 PanelBar header.
kendo-panelbar-header-padding-yk-spacing(3)var(--kendo-spacing-3, 0.75rem)Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem)
Description: The vertical padding of the PanelBar header.
kendo-panelbar-item-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 PanelBar items.
kendo-panelbar-item-padding-yk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The vertical padding of the PanelBar items.
kendo-panelbar-item-level-count44Default: 4Computed: 4
Description: The maximum nesting of the PanelBar items.
kendo-panelbar-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 PanelBar.
kendo-panelbar-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 PanelBar.
kendo-panelbar-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 PanelBar.
kendo-panelbar-header-bg$kendo-panelbar-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-panelbar-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the PanelBar header.
kendo-panelbar-header-text$kendo-link-textvar(--kendo-color-primary, #ff6358)Default: $kendo-link-textComputed: var(--kendo-color-primary, #ff6358)
Description: The text color of the PanelBar header.
kendo-panelbar-header-bordernullnullDefault: nullComputed: null
Description: The border color of the PanelBar header.
kendo-panelbar-header-gradientnullnullDefault: nullComputed: null
Description: The gradient of the PanelBar header.
kendo-panelbar-header-hover-bgif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 ))var(--kendo-color-base-hover, #ebebeb)Default: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 ))Computed: var(--kendo-color-base-hover, #ebebeb)
Description: The background color of the hovered PanelBar header.
kendo-panelbar-header-hover-textnullnullDefault: nullComputed: null
Description: The text color of the hovered PanelBar header.
kendo-panelbar-header-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the hovered PanelBar header.
kendo-panelbar-header-hover-gradientnullnullDefault: nullComputed: null
Description: The gradient of the hovered PanelBar header.
kendo-panelbar-header-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused PanelBar header.
kendo-panelbar-header-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused PanelBar header.
kendo-panelbar-header-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the focused PanelBar header.
kendo-panelbar-header-focus-gradientnullnullDefault: nullComputed: null
Description: The gradient of the focused PanelBar header.
kendo-panelbar-header-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 PanelBar header.
kendo-panelbar-header-hover-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused and hovered PanelBar header.
kendo-panelbar-header-hover-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused and hovered PanelBar header.
kendo-panelbar-header-hover-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the focused and hovered PanelBar header.
kendo-panelbar-header-hover-focus-gradientnullnullDefault: nullComputed: null
Description: The gradient of the focused and hovered PanelBar header.
kendo-panelbar-header-selected-bg$kendo-selected-bgvar(--kendo-color-primary, #ff6358)Default: $kendo-selected-bgComputed: var(--kendo-color-primary, #ff6358)
Description: The background color of the selected PanelBar header.
kendo-panelbar-header-selected-text$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)Default: $kendo-selected-textComputed: var(--kendo-color-on-primary, #ffffff)
Description: The text color of the selected PanelBar header.
kendo-panelbar-header-selected-bordernullnullDefault: nullComputed: null
Description: The border color of the selected PanelBar header.
kendo-panelbar-header-selected-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected PanelBar header.
kendo-panelbar-header-selected-hover-bgif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-header-selected-bg ))var(--kendo-color-primary-hover, #ea5a51)Default: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-header-selected-bg ))Computed: var(--kendo-color-primary-hover, #ea5a51)
Description: The background color of the selected and hovered PanelBar header.
kendo-panelbar-header-selected-hover-textnullnullDefault: nullComputed: null
Description: The text color of the selected and hovered PanelBar header.
kendo-panelbar-header-selected-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the selected and hovered PanelBar header.
kendo-panelbar-header-selected-hover-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected and hovered PanelBar header.
kendo-panelbar-header-selected-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the selected and focused PanelBar header.
kendo-panelbar-header-selected-focus-textnullnullDefault: nullComputed: null
Description: The text color of the selected and focused PanelBar header.
kendo-panelbar-header-selected-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the selected and focused PanelBar header.
kendo-panelbar-header-selected-focus-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected and focused PanelBar header.
kendo-panelbar-header-selected-hover-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the selected, hovered and focused PanelBar header.
kendo-panelbar-header-selected-hover-focus-textnullnullDefault: nullComputed: null
Description: The text color of the selected, hovered and focused PanelBar header.
kendo-panelbar-header-selected-hover-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the selected, hovered and focused PanelBar header.
kendo-panelbar-header-selected-hover-focus-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected, hovered and focused PanelBar header.
kendo-panelbar-item-hover-bgif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, .5 ))var(--kendo-color-base-hover, #ebebeb)Default: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, .5 ))Computed: var(--kendo-color-base-hover, #ebebeb)
Description: The background color of the hovered PanelBar items.
kendo-panelbar-item-hover-textnullnullDefault: nullComputed: null
Description: The text color of the hovered PanelBar items.
kendo-panelbar-item-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the hovered PanelBar items.
kendo-panelbar-item-hover-gradientnullnullDefault: nullComputed: null
Description: The gradient of the hovered PanelBar items.
kendo-panelbar-item-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused PanelBar items.
kendo-panelbar-item-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused PanelBar items.
kendo-panelbar-item-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the focused PanelBar items.
kendo-panelbar-item-focus-gradientnullnullDefault: nullComputed: null
Description: The gradient of the focused PanelBar items.
kendo-panelbar-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 box shadow of the focused PanelBar items.
kendo-panelbar-item-hover-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused and hovered PanelBar items.
kendo-panelbar-item-hover-focus-textnullnullDefault: nullComputed: null
Description: The text color of the focused and hovered PanelBar items.
kendo-panelbar-item-hover-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the focused and hovered PanelBar items.
kendo-panelbar-item-hover-focus-gradientnullnullDefault: nullComputed: null
Description: The gradient of the focused and hovered PanelBar items.
kendo-panelbar-item-selected-bg$kendo-selected-bgvar(--kendo-color-primary, #ff6358)Default: $kendo-selected-bgComputed: var(--kendo-color-primary, #ff6358)
Description: The background color of the selected PanelBar items.
kendo-panelbar-item-selected-text$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)Default: $kendo-selected-textComputed: var(--kendo-color-on-primary, #ffffff)
Description: The text color of the selected PanelBar items.
kendo-panelbar-item-selected-bordernullnullDefault: nullComputed: null
Description: The border color of the selected PanelBar items.
kendo-panelbar-item-selected-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected PanelBar items.
kendo-panelbar-item-selected-hover-bgif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-item-selected-bg ))var(--kendo-color-primary-hover, #ea5a51)Default: if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-item-selected-bg ))Computed: var(--kendo-color-primary-hover, #ea5a51)
Description: The background color of the selected and hovered PanelBar items.
kendo-panelbar-item-selected-hover-textnullnullDefault: nullComputed: null
Description: The text color of the selected and hovered PanelBar items.
kendo-panelbar-item-selected-hover-bordernullnullDefault: nullComputed: null
Description: The border color of the selected and hovered PanelBar items.
kendo-panelbar-item-selected-hover-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected and hovered PanelBar items.
kendo-panelbar-item-selected-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the selected and focused PanelBar items.
kendo-panelbar-item-selected-focus-textnullnullDefault: nullComputed: null
Description: The text color of the selected and focused PanelBar items.
kendo-panelbar-item-selected-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the selected and focused PanelBar items.
kendo-panelbar-item-selected-focus-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected and focused PanelBar items.
kendo-panelbar-item-selected-hover-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the selected, hovered and focused PanelBar items.
kendo-panelbar-item-selected-hover-focus-textnullnullDefault: nullComputed: null
Description: The text color of the selected, hovered and focused PanelBar items.
kendo-panelbar-item-selected-hover-focus-bordernullnullDefault: nullComputed: null
Description: The border color of the selected, hovered and focused PanelBar items.
kendo-panelbar-item-selected-hover-focus-gradientnullnullDefault: nullComputed: null
Description: The gradient of the selected, hovered and focused PanelBar items.
kendo-panelbar-header-expanded-bgnullnullDefault: nullComputed: null
Description: The background color of the expanded PanelBar header.
kendo-panelbar-header-expanded-textnullnullDefault: nullComputed: null
Description: The text color of the expanded PanelBar header.
kendo-panelbar-header-expanded-bordernullnullDefault: nullComputed: null
Description: The border color of the expanded PanelBar header.
kendo-panelbar-header-expanded-gradientnullnullDefault: nullComputed: null
Description: The gradient of the expanded PanelBar header.