Declarative way of mapping users actions to custom element methods
// Wrap an element that responds to a "tap" with a x-action and it will execute
<x-action target="x-slidebox" action="next"><button>Next Slide</button></x-action>
$ bower install x-tag-action