> ## 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.

# Alert 07

> Floating success alert with check icon, message text, and close button, anchored bottom-right.

<Frame>
  ![Alert 07](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Alerts/alert-success-filled.png)
</Frame>

## Overview

Alert 07 is a toast-style floating notification component that appears in the bottom-right corner of the screen. It displays a success message with a green check-circle icon, a short text label, and an 'X' close button. It is initially hidden and is triggered to slide up into view, auto-dismisses after 5 seconds with a slide-down animation, or can be manually closed by clicking the X button.

## How to use

<Steps>
  <Step titleSize="h4" title="Open the Brikl panel">
    Navigate to the **Elements** category in the Brikl panel.
  </Step>

  <Step titleSize="h4" title="Copy the component">
    Find **Alert 07** and click **Copy**.
  </Step>

  <Step titleSize="h4" title="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**.
  </Step>
</Steps>

## States

This component includes conditional states that automatically change its appearance.

| State         | Trigger                            | Visual effect                                                                          |
| ------------- | ---------------------------------- | -------------------------------------------------------------------------------------- |
| Hovered       | User hovers over the close button  | The 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 | The close button opacity reduces to 50%                                                |

<Note>
  These states are handled natively by Bubble and require no additional setup.
  They will work automatically once the component is pasted into your editor.
</Note>

## 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 Alert 07) is clicked   | Animates the floating group out with a slideDownOut transition (500ms), then hides it                                                              |
| Trigger button (BT - Trigger Alert 07) is clicked | Shows the floating group, animates it in with slideUpIn (500ms), pauses for 5 seconds, then animates it out with slideDownOut (500ms) and hides it |

<Note>
  These workflows are included when you use the **Copy with Workflows** option in the Brikl panel.
</Note>

## Requirements

|             |                       |
| ----------- | --------------------- |
| License     | Starter plan required |
| Plugins     | None                  |
| Custom code | Not required          |

## Platforms

| Platform | Supported |
| -------- | --------- |
| Web      | ✅         |
| Mobile   | ✅         |

## License

<Note>
  This component requires a **Starter** plan.
</Note>
