--- path: components/splitbutton/usage title: Usage position: 2 seo_title: Guidelines for Using the SplitButton Component seo_description: Get the knack of the Telerik and Kendo UI SplitButton and learn how to use and implement the component by following the instructions and recommendations in the user guidelines created by our designers. --- ## Usage Guidelines The Telerik and Kendo UI SplitButton requires you to follow some basic principles when using the component. ### Grouping The purpose of a split button is to save space and reduce visual complexity by grouping similar commands together.  ![A Telerik and Kendo UI SplitButton displaying four related paste options within its drop-down menu.](images/components-splitbutton-usage-grouping-do.png "Group similar actions or commands within the drop-down menu of the Telerik and Kendo UI SplitButton in a logical way.") ![A Telerik and Kendo UI SplitButton displaying four logically diverse commands in its drop-down menu, namely, Paste plain text, Set custom format, Spell checker, and Import.](images/components-splitbutton-usage-grouping-dont.png "Do not group actions and commands in the drop-down menu of the Telerik and Kendo UI SplitButton that have nothing in common or are mutually exclusive.") ### Content The label of the SplitButton must be as short and concise as possible. If the content cannot be displayed within the button itself, present it by using a proper icon that conveys its meaning. While icons can fully replace the label of the SplitButton, in the list items of the drop-down menu they must be accompanied by the corresponding text. ![A Telerik and Kendo UI SplitButton with an icon-only label and a drop-down menu of options each displayed with an icon and its corresponding text.](images/components-splitbutton-usage-content-do.png "Use icons for the label of the Telerik and Kendo UI SplitButton and icons and explanatory text for the list items within its drop-down menu.") ![A Telerik and Kendo UI SplitButton with an icon-only label and list items within its drop-down menu.](images/components-splitbutton-usage-content-dont.png "Do not use icon-only list items within the drop-down menu of the Telerik and Kendo UI SplitButton.") ### Hierarchy The SplitButton comes with an established hierarchy as it contains a drop-down menu where all listed options are of equal importance. If a list item requires you to implement subitems, consider creating a new SplitButton with the list of subitems from the current SplitButton. If this approach is not feasible, use separators to enhance the distinction. ![A Telerik and Kendo UI SplitButton with an open drop-down menu displaying a group of four paste options, and a copy, cut, and import options separated from each other by a separator.](images/components-splitbutton-usage-hierarchy-do.png "Use separators to distinguish between single list items and list items with subitems in the drop-down menu of the Telerik and Kendo UI SplitButton.") ![A Telerik and Kendo UI SplitButton showing an open drop-down menu which displays a paste text option with submenu paste options, and a copy, cut, and import options.](images/components-splitbutton-usage-hierarchy-dont.png "Do not use submenu items within the drop-down menu of the Telerik and Kendo UI SplitButton.")