Customization
The Kendo UI for Vue Native ListBox enables you to customize its items, toolbar action buttons and the toolbar position.
Custom Items
Utilize the item prop of the ListBox component that allows to fully customize the rendering of the items. All required information is available inside the props
and can be applied to the custom li
element.
The following example demonstrates how to customize the ListBox items.