Idea Summary
Add a new button type that can have a main action and multiple other actions behind a dropdown.
Use Case
In some cases, you have multiple actions in your process with slight differences. Currently, developers add a button for each action resulting in many buttons and a cluttered UI.
Preferred Solution (Optional)
With split buttons, you can group actions into one button component. This results in a cleaner UI.
A great example is shown here: https://web.dev/building-a-split-button-component/mponent/
