No notes defined.
< class="sds-tile sds-box -boxOverlaid sds-scaleInteraction">
<div class="sds-tile__body">
</div>
</>
<{{ eltType}}
{% if eltType === "button" %} type="button"{% elseif eltType === "a" %} href="{{ href }}"{%- endif -%}
class="{{ namespace }}tile {{ namespace }}box -boxOverlaid {{ namespace }}scaleInteraction{% for mod in modifiers %} {{ mod }}{% endfor %}{% for mod in classes %} {{ mod }}{% endfor %}"
{% for attrKey, attr in attrs %} {{ attrKey }}="{{ attr }}"{% endfor %}
{% if disabled %} disabled{% endif %}
>
{% block media %}
{% endblock %}
<div class="{{ namespace }}tile__body">
{% block body %}
{% endblock %}
{% if notif %}
<div class="{{ namespace }}tile__notif">
{% endif %}
{% block notif %}
{% endblock %}
{% if notif %}
</div>
{% endif %}
</div>
</{{ eltType }}>