What would be the best approach to render a Dropdown Button using Mantine components?
I'm thinking of sticking 2 Buttons
next to each other with the second one wrapped with a Menu
, but not only it wouldn't look good with rounded corners, and I'm also not 100% sure how to align the menu with the full width of both buttons.
Plan B could be to hack a Select
to look and act like a button but this also seems like it will have drawbacks.
Any other idea to achieve this?