<div class="container">
    <div class="row">
        <div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 16px;">
            <movu-benefit type="best-rating with-emphasis" heading="Best Rating" description="This company has the best rating compared to the other companies.">
            </movu-benefit>
        </div>
    </div>
</div>
<div class="container">
  <div class="row">
    <div class="col-xs-12 col-sm-6 col-md-4" style="margin-top: 16px;">
      <movu-benefit
        type="{{type}}"
        {% if heading %} heading="{{heading}}" {% endif %}
        {% if description %} description="{{description}}" {% endif %}>
      </movu-benefit>
    </div>
  </div>
</div>
{
  "type": "best-rating with-emphasis",
  "heading": "Best Rating",
  "description": "This company has the best rating compared to the other companies."
}
  • Handle: @benefit--best-rating-with-emphasis
  • Preview:
  • Filesystem Path: src/components/01elements/benefit/benefit.hbs

No notes defined.