<movu-toast-message id="movu-toast-message-test" type="loud" message_description="This is the message of the toast that can be as long as needed. Etiam consequat neque et ante pretium rutrum proin condimentum tellus ex, eget consectetur nunc endum vel.">
</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>
{
  "type": "loud",
  "messageDescription": "This is the message of the toast that can be as long as needed. Etiam consequat neque et ante pretium rutrum proin condimentum tellus ex, eget consectetur nunc endum vel."
}

No notes defined.