Toast Notify Simple

Demo to preview the plugin:

Introduction

The Toast Notify Simple plugin allows you to display beautiful, lightweight toast notifications in your Bubble app. These notifications provide instant feedback to users in a modern and non-intrusive way.
You can choose from Error, Success, Info, and Warning notification styles, set custom messages, configure duration, and control behavior directly from workflows.
Key Features
Image without caption

How to setup

Step 1. Install the Plugin

Step 2. Add the Element to the Page

Step 3. Configure in Workflows

Step 4. Preview and test

Plugin Element - Toast Notifications

This element manages all toast messages within your Bubble app.
Once placed on a page, it listens for actions triggered from workflows and displays toast notifications according to your configured settings.
Image without caption

Element Actions

  • Trigger - Trigger a new notification.
Use this action to display a toast notification.
It allows full customization of the notification’s appearance and behavior — from its type and duration to optional elements like the progress bar and close button.
Title
Description
Type
Type
Select the notification type. Available options: Info, Success, Error, Warning.
Dropdown
Content
The main body text of the notification. Can be static text or dynamic data (e.g., "Your form has been submitted successfully!").
Text
Title
An optional title displayed at the top of the toast. Useful for context or category labeling (e.g., “Success” or “Warning”).
Text (optional)
Duration
Determines how long the notification remains visible, in milliseconds. Example: 3000 = 3 seconds.
Number
Show Progress Bar
Displays a subtle progress indicator at the bottom of the toast to visually show remaining time before dismissal.
Checkbox (yes/no)
Show Close Button
Adds a small close (“x”) icon, allowing users to manually dismiss the notification.
Checkbox (yes/no)
  • Remove All - Remove all notifications at once.
Use this action to instantly dismiss all active notifications currently visible on the screen.
Perfect for scenarios where you want to reset the UI, clear multiple messages, or refresh user feedback states.
Image without caption

Changelogs