alvarocastro/ember-draggable-modifiers

View on GitHub
packages/test-app/app/components/theme-switcher.hbs

Summary

Maintainability
Test Coverage
<button
  class="btn btn-secondary"
  type="button"
  {{on "click" this.toggle}}
>
  <i class="bi {{this.icon}}"></i> {{this.theme}}
</button>