marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.
https://marcelodolza.github.io/iziToast/
Apache License 2.0
2.61k stars 304 forks source link

Add text to bottom #172

Closed ap-prog closed 4 years ago

ap-prog commented 5 years ago

I have an iziToast that looks like

iziToast({ //options here inputs: [... ], buttons: [... ], onOpening: function() {... } });

How can I have some text display after the buttons (in addition to the iziToast message)?

marcelodolza commented 4 years ago

You can only use 'title' and 'message' properties.