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

notifilix-react NPM Package Not found #40

Closed MertDemirok closed 3 years ago

MertDemirok commented 3 years ago

notifilix-react package's not found, Anyone know why it was removed?

So Old version removed

Url :https://www.npmjs.com/package/notiflix-react

furcan commented 3 years ago

Hi, You can use this repository/package as well instead of the non existing one. Thanks.

# yarn 
yarn add notiflix 

# npm
npm i notiflix
furcan commented 3 years ago

Hi @MertDemirok,

Could you please give some feedback if you have solved the issue?

Thanks.