notiflix / Notiflix

Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
https://notiflix.github.io
MIT License
635 stars 55 forks source link

The selector parameter must be a string and matches a specified CSS selector(s) #69

Closed trgino closed 1 year ago

trgino commented 1 year ago

i think, it's not a bug. needs a little improvement.

can selector be html element?

example: let _el = document.querySelector('#selectMe'); Notflix.Block.standart(_el);

furcan commented 1 year ago

Hello @trgino ,

https://github.com/notiflix/Notiflix#5--block-module

Thanks