-
>How to hide Notiflix.Confirm dialog when cancel?
```
Notiflix.Confirm.show(
'Notiflix Confirm',
'Do you agree with me?',
'Yes',
'No',
function okCb() {
alert('Thank you.');
…
-
### Describe the bug
I need to apply some of Notiflix.Block on my button with btn-sm (by bootstrap 4) but when it clicked it shows but adds some vertical margins or something like that. I've tried sv…
-
The library works fine (really well, thanks!) as a global src but I'm trying to change to using it as a module import but getting errors no matter what I try.
Using 3.2.5, trying to import individu…
-
First of all thanks for your library, it is very clean and easy to use.
### Is your feature request related to a problem? Please describe.
I would like to modify the Notiflix Confirm component to …
-
The ability to use this library with module support in ES6 would be great.
As I understand (though I am far from immersed in the technology), most other module systems support ES6 modules.
This wo…
-
### Is your feature request related to a problem? Please describe.
I wanted a notification with a timeout and a callback.
### Describe the solution you'd like
I'd like to have the possibility to …
-
**Is your feature request related to a problem? Please describe.**
I don't want to always have to use `// @ts-ignore` with your library
**Describe the solution you'd like**
Please add @types/noti…
-
**Is your feature request related to a problem? Please describe.**
Yes, the `Notiflix.Confirm.ask()` function doesn't allow the user to provide answers other than the defined correct answer.
**Des…
-
In the Report feature, you can add a feature that allows the user to click on the overlay to close the popup.
You can add a boolean prop to turn this feature off or on
-
Hello! I tried to set the className option on the "Block" module, but I have no clue why it is adding '-position' to it. And it persists even when the module is "removed".
Config:
```javascript
N…