New to Kendo UI for Angular? Start a free 30-day trial
ChipList Appearance
The ChipList provides an option to change its size.
Size
The ChipList allows you to set different gap
between the separate Chips. To achieve this utilize the size
property. It accepts values of type ChipListSize
or none
.
The size
option supports the following values:
small
—Sets thegap
to4px
.medium
(Default)—Sets thegap
to8px
.large
—Sets thegap
to12px
.none
—The none option removes the built-in sizing. Allows for customgap
.
The following example demonstrates how to define the size of the ChipList.
Change Theme
Theme
Loading ...