<movu-toast-message id="movu-toast-message-test">
</movu-toast-message>
<movu-button custom_class="toast-btn" primary text="test toast" cta>
</movu-button>
<movu-toast-message
id="movu-toast-message-test"
{% if heading %} message_title="{{heading}}" {% endif %}
{% if type %} type="{{type}}" {% endif %}
{% if with_icon %} with_icon {% endif %}
{% if with_action %} action {% endif %}
{% if messageDescription %} message_description="{{messageDescription}}" {% endif %}>
</movu-toast-message>
<movu-button
custom_class="toast-btn"
primary
text="test toast"
cta>
</movu-button>
/* No context defined. */
No notes defined.