<movu-toast-message id="movu-toast-message-test" message_title="Toast message that goes in two rows. For longer text use Loud." type="long-text-only-with-icon" 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": "Toast message that goes in two rows. For longer text use Loud.",
"with_icon": true,
"type": "long-text-only-with-icon"
}
No notes defined.