CodeSeven / toastr

Simple javascript toast notifications

Home Page:http://www.toastrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacked toasts with a counter

nasreddineskandrani opened this issue · comments

Hi,
Is there a way to stack all toasts together at one location in screen and add a counter?

Currently linkedin website implements this behavior with the toasts:
image

Thank you

Notes:

  • better is to have a counter per type of toast in the stack (warning, error...)
  • if not possible consider this as a feature request :)

I created a library for this usecase
https://github.com/we-are-frontend/super-toastr

so consider this as solved.