Questions & Answers
How to make the gap between the buttons clickable?
The default theme uses the ".hg-button" selector to style each button and uses margins as separation. To make gaps clickable, the CSS needs to be edited so that buttons are styled on the ".hg-button span" instead.
Here's a quick example:
Demos: JS (angular + vue)