Toast

Toast notifications with customizable types.

block-toast.html.twig
{% set types = ['primary', 'secondary', 'success', 'danger', 'warning', 'info', 'light', 'dark'] %}
{% for type in types %}
    <twig:block-toast
        class="my-2"
        type="{{ type }}"
        title="Toast type: {{ type }}"
        content="Lorem ipsum dolor sit amet, consectetur <a href='https://www.example.com/' target='_blank'>adipiscing elit.</a href>"
        time="5 mins ago"
    />
{% endfor %}

Last updated on 27/07/2025 by Anonymous