marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

Home Page:http://izitoast.marcelodolza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add text to bottom

ap-prog opened this issue · comments

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)?

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