Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.brikl.co/llms.txt

Use this file to discover all available pages before exploring further.

Popup 07

Overview

Popup 07 is a confirmation dialog component designed to alert users about unsaved changes. It features a warning icon, a title, a descriptive message, a ‘Don’t show again’ checkbox toggle, and two action buttons: ‘Discard’ and ‘Save Changes’. It is intended to be triggered programmatically and includes workflow logic for dismissing the popup, saving changes, and toggling a persistent preference state.

How to use

1

Open the Brikl panel

Navigate to the Elements category in the Brikl panel.
2

Copy the component

Find Popup 07 and click Copy.
3

Paste into your editor

Paste it into your Bubble canvas with Cmd + V (Mac) or Ctrl + V (Windows), or right-click on the canvas and select Paste.

States

This component includes conditional states that automatically change its appearance.
StateTriggerVisual effect
Discard Button HoveredMouse hover over the Discard buttonBackground color changes to rgba(245, 244, 244, 1)
Discard Button DisabledDiscard button is not clickableButton opacity reduces to 50%
Save Changes Button HoveredMouse hover over the Save Changes buttonButton opacity reduces to 90%
Save Changes Button DisabledSave Changes button is not clickableButton opacity reduces to 50%
Checkbox CheckedCustom state ‘show_again_’ on the Popup element is trueCheckbox icon changes to a filled checkmark with dark background
These states are handled natively by Bubble and require no additional setup. They will work automatically once the component is pasted into your editor.

Responsive

This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble’s built-in mobile breakpoint.

Workflows

This component includes pre-built workflows.
TriggerAction
BT - Discard button clickedHides the Popup 07 element
Checkbox icon clicked (when show_again_ is true)Sets custom state ‘show_again_’ on Popup 07 to false
Checkbox icon clicked (when show_again_ is false)Sets custom state ‘show_again_’ on Popup 07 to true
Trigger element (bTUMK) clickedShows the Popup 07 element
These workflows are included when you use the Copy with Workflows option in the Brikl panel.

Requirements

LicenseStarter plan required
PluginsNone
Custom codeNot required

Platforms

PlatformSupported
Web
Mobile

License

This component requires a Starter plan.