alvarocastro/ember-draggable-modifiers

View on GitHub
packages/test-app/app/components/ui/alert/info.hbs

Summary

Maintainability
Test Coverage
<Ui::Alert @type="info" class="d-flex">
  <Ui::Icon @name="lightbulb" class="flex-shrink-0 me-2 mt-1" />
  <div>{{yield}}</div>
</Ui::Alert>