awesome-notifications
awesome-notifications copied to clipboard
Lightweight JavaScript Notifications Library
Hi, thanks a lot for this package, I use it in [R Shiny ](https://github.com/JohnCoene/awn) and it's been absolutely wonderful for my use-cases. I got a question/feature request related to appearance...
The already declared AwnIcons should be added to the AwnOptions interface: This is already present: export interface AwnIcons { enabled?: boolean; prefix?: string; suffix?: string; global?: string; tip?: string; info?:...
Can you add position for toasts and popups on top center, bottom center and also full width options? thank you in advance
**Describe the bug** [Per Call](https://f3oall.github.io/awesome-notifications/docs/customization/) position value override doesn't work as expected. Position set in the override options obj is disregarded in some cases. If multiple notifiers are used, the...
When duration is set to 0, The notification correctly stays. However, there is no visual cue for the user to know to click the notification to remove it. I would...
Hello, This is a really awesome, and a really useful library. Since I primarily use TypeScript, I've written type declarations for your lib, so other people can use it in...
add the `deleted` event to the element on deleted. usage: ```javascript let modal = new AWN().modal('Custom modal window message') modal.addEvent('deleted', event=>{ window.location.reload(); }) ```
**Is your feature request related to a problem? Please describe.** - Need an API to close the `asyncBlock` like `closeToasts` **Describe the solution you'd like** - If possible then please...
**Describe the bug** With CSP (Content Security Policy) enabled, inline styles are blocked, which leads to progress bars not working. Incompatibility with CSP is bad in general and worse in...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...