You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Add a divider between items in the DropDownButton
3
+
description: An example of how to add a divider between each item in a DropDownButton
4
+
type: how-to
5
+
page_title: Add a divider for items in the DropDownButton - Kendo UI Vue Native DropDownButton
6
+
slug: dropdownbutton-divider
7
+
tags: divider, dropdownbutton, items
8
+
res_type: kb
9
+
category: knowledge-base
10
+
---
11
+
12
+
## Environment
13
+
14
+
<table>
15
+
<tbody>
16
+
<tr>
17
+
<td>Product Version</td>
18
+
<td>6.3.0</td>
19
+
</tr>
20
+
<tr>
21
+
<td>Product</td>
22
+
<td>Progress® Kendo UI for Vue Native</td>
23
+
</tr>
24
+
</tbody>
25
+
</table>
26
+
27
+
## Description
28
+
29
+
How can I add a divider between my items in the DropDownButton?
30
+
31
+
## Solution
32
+
33
+
This can be achieved by creating a custom item with an `hr` element and passing it to the [`itemRender`]({% slug api_buttons_dropdownbutton %}#toc-itemRender) prop:
0 commit comments