1.1.10 • Published 2 years ago
@danielzaiser91/bubble-notifications v1.1.10
bubble-notifications
creates nice customizable notifications with a simple animation
How to use
- declare an element on your page as the container for the messages, by giving it an id of "infoBubbleContainer"
- import the BubbleNotification Class and initialize it with BN.init()
- by calling BN.info(text) you can now create bubble notifications, displaying whatever your given text string says.