iziToast icon indicating copy to clipboard operation
iziToast copied to clipboard

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

Results 47 iziToast issues
Sort by recently updated
recently updated
newest added

Hello guys. I want to use the iziToast library to react native project. But I couldn't find documentation or example code or library. Do you have any plan for the...

First of all thank for your great job. Now the issue: I want to show the Toast-Dialog as balloon, near to an "apps"-button. When one clicks the button, the toast...

One thing I felt missing from the lib was a way, like the title says, to specify an HTMLElement or jQuery object as a target - in a project, I...

Like the title said, the toast appears to the left, bottom, middle or top, but the horizontal centering is not working if a bootstrap modal is opened, see screenshot, the...

npm WARN [email protected] requires a peer of @angular/core@>=5.0.0

Right now, when inserting a label or another element **before** an element that is an "input" element, nothing inside the function is executed. For example this does not log anything...

hi, it possible to merge class from bootstrap? ```javascript createButtonDataEditor = function(inObject){ return [['Apply', function (instance, toast) { instance.hide({transitionOut: 'flipOutX', onClosing: function(instance, toast, inObject){ iziT_close_dataEditor(inObject) } }, toast, inObject); },...

Hi When I want to use your library with typescript, I have an error ``` Try `npm install @types/izitoast` ``` How can I use it in Typescript ? and define...

Implemented

I am trying to include izitoast in my vue js application. And I have declared the plugin in my dev,base and prod conf file. I have included the imports in...

help wanted
Implemented
tip