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
medium
(Default)large
none
—Removes the built-in sizing styles, allowing you to fully customize thepadding
.
The following example demonstrates how to define the size of the ChipList.
Change Theme
Theme
Loading ...