New to Kendo UI for Angular? Start a free 30-day trial
ChipList Appearance
The ChipList provides an option to change the size of the Chips it holds.
Size
The ChipList allows you to set the size of all Chips within. To achieve this utilize the size
property. It accepts values of type ChipSize
or none
.
The size
option supports the following values:
small
—Sets thepadding
to3px
.medium
(Default)—Sets thepadding
to4px
.large
—Sets thepadding
to5px
.none
—The none option removes the sizing-specific CSS class from the Chips and the gaps between them.
The following example demonstrates how to define the size of the ChipList.
Change Theme
Theme
Loading ...