notistack icon indicating copy to clipboard operation
notistack copied to clipboard

Who's using NOTISTACK?

Open iamhosseindhv opened this issue 4 years ago • 14 comments

Are you or your company using notistack publicly or behind the scenes?

Comment your company name, link to your website, or link to a repo using that's using notistack. Going to feature your name/work on the documentation website.

From a quick look on GitHub dependents page I was able to pick up some notables names:

iamhosseindhv avatar May 17 '20 19:05 iamhosseindhv

Thanks for creating notistack! I am using it for my (not-free) analytics platform, userTrack to show error and info messages.

Cristy94 avatar Jun 06 '20 21:06 Cristy94

Thanks @Cristy94. Checked out your work, it's pretty neat. I use Hotjar for the documentation website. Glad to see smaller platforms offering quality products.

Keep up the good work 👍🏼

iamhosseindhv avatar Jun 07 '20 23:06 iamhosseindhv

I've just integrated it into React-PWA 🎉

suren-atoyan avatar Jun 27 '20 12:06 suren-atoyan

We're using notistack in management software for various federal offices, unfortunately this means we cant show you..

but love using it!

Lawlez avatar Jul 24 '20 11:07 Lawlez

I'm using it on my personal project ElevenWindows.dev Notistack it's awesome 🤓

misshu1 avatar Aug 18 '20 16:08 misshu1

I use notistack in our company's internal website, I hope this project gets better and better, thank you very much to the author of notistack

cyulin avatar Sep 03 '20 08:09 cyulin

I'm using notistack on https://telley.live/ a low latency streaming video site for video editors

reconbot avatar Oct 06 '20 01:10 reconbot

At B-Open we used notistack in the Data Tailor, a product we developed for EUMETSAT.

keul avatar Apr 01 '21 16:04 keul

when it would got support for MUI v5?

theshahzaib5 avatar Sep 23 '21 12:09 theshahzaib5

@theshahzaib5 for support MUIv5 use next version npm install notistack@next

emolchanov avatar Sep 24 '21 07:09 emolchanov

@iamhosseindhv thanks for creating notistack! I'm using it in internal projects of my company and some pet projects.

emolchanov avatar Sep 24 '21 07:09 emolchanov

@iamhosseindhv We are using from 2 years ago in our product. Thanks for this jewel

saeedhemmati avatar Nov 07 '21 09:11 saeedhemmati

Warning: validateDOMnesting(...):

My Resolution:

domRoot={typeof window !== "undefined" && document.getElementsByTagName("body")[0]}

 <SnackbarProvider
      maxSnack={3}
      autoHideDuration={2000}
      anchorOrigin={{
        vertical: "top",
        horizontal: "right",
      }}
     domRoot={typeof window !== "undefined" && document.getElementsByTagName("body")[0]} 
      {children}
    </SnackbarProvider>

eddyrusso avatar Apr 06 '23 16:04 eddyrusso

I'm using as my default notification system in my first SaaS. Usually I'd create my own context and logic, but this time I wanted something ready to use AND production level. This lib is the answer!

nickojs avatar Apr 22 '23 16:04 nickojs