Customizing Listgroup

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-listgroup-border-widthNumber1px1px
Description
Border width of the listgroup.
$kendo-listgroup-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
Border radius of the listgroup.
$kendo-listgroup-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
Font size of the listgroup.
$kendo-listgroup-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
Line height of the listgroup.
$kendo-listgroup-bgStringvar( --kendo-component-bg, transparent )var(--kendo-component-bg, transparent)
Description
Background color of the listgroup component.
$kendo-listgroup-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
Text color of the listgroup component.
$kendo-listgroup-borderStringvar( --kendo-component-border, inherit )var(--kendo-component-border, inherit)
Description
Border color of the listgroup component.
$kendo-listgroup-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Horizontal padding of the listgroup items.
$kendo-listgroup-item-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Vertical padding of the listgroup items.
$kendo-listgroup-item-border-widthNumber1px1px
Description
Border width of the listgroup item.

In this article

Not finding the help you need?