New to Kendo UI for jQueryStart a free 30-day trial

Label

configuration

The label text of the chip. Default is empty string.

label

String

Default: ''

<span id="text-chip"></span>
<span id="notext-chip"></span>
<script>
    $('#text-chip').kendoChip({
        themeColor: 'success',
        text: 'Chip'
    });
    $('#notext-chip').kendoChip({icon : 'home' });
</script>
Not finding the help you need?
Contact Support