New to Kendo UI for jQuery? Start a free 30-day trial
Appearance
Updated over 6 months ago
The ChipList provides predefined appearance options such as different sizes, item size, border radiuses, fill modes and item theme colors.
For a live example, visit the Appearance Demo of the Chip.
Options
The Kendo UI Chip supports the following styling options:
size—Configures the overall size of the component.itemSize—Configures the size of the Chip items.themeColor—Configures what color will be applied to the component.fillMode—Configures how the color is applied to the component.rounded—Configures the border radius of the component.
Size
Specifies the gap between the Chips in the ChipList. The structure of the class is k-chip-{size}.
The following values are available for the size option:
sm—small sizemd—medium sizelg—large sizenone—unset
The default size value is medium and it is applied to the rendered div element through the k-chip-list-md class.
html
<div class="k-chip k-chip-list-md" >
</div>
ItemSize
The itemSize option controls how big or small the rendered chip items looks. The structure of the class is k-chip-{size}.
The following values are available for the size option:
sm—small sizemd