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
Alert 05 is a dismissible floating notification component that slides up from the bottom of the screen to display a warning message. It features a warning icon, an informational text label, and a close button. The alert automatically dismisses after 5 seconds or can be manually closed by the user. It is designed to provide non-intrusive feedback or warnings to users on both web and mobile interfaces.How to use
States
This component includes conditional states that automatically change its appearance.| State | Trigger | Visual effect |
|---|---|---|
| Hovered | User hovers over the close button | Close button icon color changes to a semi-transparent dark tone (rgba(11,8,9,0.6)) |
| Not Clickable | Button is in a non-clickable state | Close button opacity reduces to 50% |
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 |
|---|---|
| Close button (BT - Hide FG) is clicked | Animates the floating group out with a slideDownOut transition (500ms), then hides the floating group element |
| Trigger button (BT - Trigger Alert 05) is clicked | Shows the floating group, animates it in with a slideUpIn transition (500ms), waits 5 seconds, then animates it out with slideDownOut (500ms) and hides it |
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.
