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.

Overview
Popup 08 is a delete confirmation modal designed to prompt users before performing a destructive action. It includes a red trash icon, a title and description message, a cancel button, a red delete button, and a ‘Don’t show again’ checkbox with toggle state. It is intended for web applications and provides a clear, styled confirmation flow with interactive states and workflow actions.How to use
States
This component includes conditional states that automatically change its appearance.| State | Trigger | Visual effect |
|---|---|---|
| Cancel Button Hovered | User hovers over the Cancel button | Background color changes to rgba(245, 244, 244, 1) |
| Cancel Button Disabled | Cancel button is not clickable | Cancel button opacity reduces to 50% |
| Delete Button Hovered | User hovers over the Delete button | Delete button opacity reduces to 90% |
| Delete Button Disabled | Delete button is not clickable | Delete button opacity reduces to 50% |
| Don’t Show Again Checked | Custom state ‘show_again_’ on popup is true | Checkbox icon changes to a checkmark with a 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.| Trigger | Action |
|---|---|
| BT - Cancel (Popup 08) clicked | Hides the popup element (bTUNv) |
| Checkbox - Don’t Show Again clicked (when show_again_ is true) | Sets custom state ‘show_again_’ to false on the popup |
| Checkbox - Don’t Show Again clicked (when show_again_ is false) | Sets custom state ‘show_again_’ to true on the popup |
| Element bTUNp clicked | Shows the popup element (bTUNv) |
These workflows are included when you use the Copy with Workflows option in the Brikl panel.
Requirements
| License | Starter plan required |
| Plugins | None |
| Custom code | Not required |
Platforms
| Platform | Supported |
|---|---|
| Web | ✅ |
| Mobile | ❌ |
License
This component requires a Starter plan.
