A split button combines several related actions into a single control. The primary action is immediately accessible, while additional options are hidden in a dropdown menu.
A split button follows the same visual variants as a regular button.
The primary action can be labeled with a caption and illustrated with an icon. In the variant without a caption, the menu button becomes narrower.
Long text in the primary button does not wrap to a new line — it is truncated with an ellipsis. Avoid buttons with long text.
Either the primary or secondary action can be disabled individually, or the entire group can be disabled at once.
The Progress state can be combined with any other state (Normal, Disabled, Active). Like the Disabled state, it can be applied to the entire button group or to an individual element.
Menu positioning is configured the same way as in the Dropdown component. When the menu width is approximately equal to the split button's size, it is better to align them for visual consistency.
A split button is often confused with the more common button menu, which consists of a single element that opens a dropdown list of commands. Use a split button only in exceptional cases: