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

# Dropdown 04

> Vertical dropdown menu with icons, four action buttons, a divider, and a destructive delete option.

<Frame>
  ![Dropdown 04](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Dropdowns/dropdown-labeled-grouped-items.png)
</Frame>

## Overview

Dropdown 04 is a GroupFocus-based contextual dropdown menu component containing five labeled icon buttons: Copy, Account, Bookmark, Settings, and Delete. It is designed to appear as a floating action menu triggered by a parent element. The first four items are standard actions, visually separated from the destructive 'Delete' button by a horizontal divider. Each button features a hover state and a disabled (non-clickable) state, making it suitable for context menus, overflow menus, or user account action panels.

## 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 **Dropdown 04** 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 any button                         | Button background changes to a light grey (rgba(245,244,244,1)); Delete button background changes to a light red tint (rgba(251,44,54,0.1)) |
| Disabled | Button is not clickable (isnt\_clickable condition) | Button opacity reduces to 50%, indicating a non-interactive state                                                                           |

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

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