Hi everyone,
I am looking to implement a Split Button functionality in my interface (a main action button with an attached dropdown for secondary actions). I am aware that this is not a native component in Appian's current UI toolkit.
Has anyone successfully implemented a similar pattern using a combination of a!buttonLayout() and a!dropdown() or perhaps a custom SAIL configuration?
a!buttonLayout()
I’ve considered using a small icon button next to the main button to trigger a menu, but I’m concerned about the alignment and the mobile responsiveness. If you have any examples or best practices on how to achieve this "split" look while maintaining a clean UX, I would greatly appreciate your insights.
Thanks in advance!
Discussion posts and replies are publicly visible
Combining UI components using a sidebyside layout is super simple. While you cannot build that exact component, you should be able to solve that problem in a slightly different way.