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.

Home Page:https://notiflix.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

trgino opened this issue · comments

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