{% set title = 'Toast' %} {% set filename = 'component-toasts.html' %} {% extends 'src/layouts/master.html' %} {% block content %}

Toast

Push notifications to your visitors with a toast, a lightweight and easily customizable alert message.

Basic Toasts
Open Toast Buttons

Click the button to show toasts.

{% endblock %} {% block js %} {% endblock %}