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

> Floating alert bar with warning icon, message text, optional link, and close button.

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

## Overview

Alert 09 is a floating notification component that appears at the bottom of the screen to inform users of missing or important information. It features a warning icon, a descriptive text message, an optional action link, and a close (X) button that dismisses the alert with a slide-down animation. It is designed for both web and mobile interfaces and is initially hidden until triggered.

## 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 09** 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                                            |
| ----------------------------- | ----------------------------------------- | -------------------------------------------------------- |
| Link Hovered                  | User hovers over the Link button          | Link button opacity reduces to 70% and underline appears |
| Link Disabled                 | Link button is not clickable              | Link button opacity reduces to 50%                       |
| Close Button Hovered          | User hovers over the close (X) button     | Close button icon color changes to rgba(11,8,9,0.6)      |
| Close Button Disabled         | Close button is not clickable             | Close button opacity reduces to 50%                      |
| Close Button Hidden on Mobile | Page width is less than or equal to 596px | Close button becomes invisible                           |

<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                                                                                                             |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| BT - Hide FG (Alert 09) is clicked | Animates the floating group with a slideDownOut transition (500ms duration), then hides the floating group element |

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