Hey Bubblers!
I have created a toast notification plugin for Bubble that you can use to show alerts and notifications in your Bubble app. I wanted something clean and easy to work so I created this plugin.
Features:
- Toast Notifications: Display toast notifications in your web application.
- Positioning: You can control the position where toast notifications appear on the screen, including top-right, top-left, bottom-right, bottom-left, and more.
- Toast Types: Different types of toasts can be created, including success, info, warning, and error notifications.
- Animation Effects: Add animation effects to toast notifications, such as sliding, fading, and more.
- Progress Bars: Toastr supports progress bars in toast notifications, which can be used to indicate the time remaining before a notification disappears.
- HTML Content: You can use HTML content within toast notifications for rich and interactive messages.
- Global Configuration: Customize the default behavior of Toastr by configuring global options for all notifications.
- Mobile-Friendly: Toastr is responsive and works well on mobile devices and small screens.
Show dynamic alerts and notification with custom message and header in the following:
- Show success or error results from API calls
- Show static notifications and alerts
- Bind alert message and header to UI controls
and more…