jibeinc/juice

View on GitHub
src/Button/button.tmpl

Summary

Maintainability
Test Coverage
<button
type='${ scope.submit ? "submit" : "button" }'
class='ui-button'
style="touch-action: manipulation; -ms-touch-action: manipulation; cursor: pointer;">
  ${ scope.label }
</button>