<movu-toast-message id="movu-toast-message-test" message_title="single line message" type="warning" with_icon>
</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>
{
"heading": "single line message",
"type": "warning",
"with_icon": true
}
No notes defined.