alvarocastro/ember-draggable-modifiers

View on GitHub
packages/test-app/app/components/ui/subsection/index.hbs

Summary

Maintainability
Test Coverage
<section id="{{this.anchorId}}" class="mb-5" ...attributes>
  {{#if @title}}
    <h1 class="fs-3 mb-3">{{@title}}</h1>
  {{/if}}

  {{yield}}
</section>