@import "magic/helper/arrow_hints";
Arrow Hints can be used on every element, just add class 'help_arrow' and data-intro attribute with your Hint text.
Be carefull! Arrow and Hint are absolute positioned, so they may overlap other content.
<button class="btn btn-success help_arrow" data-text="Go baby Go!">
Click Me
</button>