Zum Inhalt springen
BirdAPI powered by SKYLITE.DESIGN
Kontakt
VelinStyle Komponenten

Toast Notification

Was bekomme ich?
HTML

Toast-Host mit .show() API.

Fortgeschritten 5 Min.

Vorschau

Toast zeigen

Code

HTML html
<velin-toast id="toasts"></velin-toast>

<button type="button" class="velin-btn velin-btn--primary"
        onclick="document.getElementById('toasts').show({
          message: 'Gespeichert',
          type: 'success'
        })">
  Toast zeigen
</button>
Als Datei laden Im Kundenportal speichern (bald)