Elegant notification toasts for Bubble’s native mobile editor: minimal cards that spring in, sit on a soft shadow and leave on their own — with five preset colours, two shapes, light and dark, and gestures people already know.
Requires Bubble’s native mobile editor. Works on iOS and Android.
Everything below is optional.
Nothing is configurable in two places. The line is simple:
So position and toast_style live on the element, and color and duration
live on the action. An error is red and a “Copied” is grey; an offline warning
stays and a “Saved” doesn’t — but a banner that turns into a pill halfway
through a session just looks broken.
Place one Toast element per page. With two on the same page, the actions only talk to the last one placed.
The main one. Only message is required — every other field falls back to the
element’s own setting, so most workflows fill in one field and nothing else.
| Field | Type | What it does |
|---|---|---|
message |
text | The line people read. Without a title, it is the main line |
title |
text, optional | Bold line above the message |
color |
dropdown, optional | neutral, success, error, warning, info, or custom |
custom_color |
text, optional | Your own colour as a hex, like #8E44AD. Filling this in is enough — color can stay on default |
text_color |
text, optional | Your own colour for the title, the message and the icon. Empty means “pick it for me” |
icon |
dropdown, optional | auto, check, cross, warning, info, bell, star, dot, none |
custom_icon |
text, optional | An emoji to show instead of the drawn icon |
duration |
number, optional | Seconds on screen. Empty means 3. 0 keeps it until dismissed |