In my button group, I have a set of buttons, where only one button at a time is allowed to be checked.
I would like to add a separator between specific buttons, just to make the UI easier to read.
I don't see a <ButtonGroupSeparator> or <ButtonGroupSpacer> element.
Is adding a CSS style, that increases the left or right padding, to specific <ButtonGroupButton> the best approach?