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

# Badge 05

> Row of colored dismissible badge pills (grey, red, yellow) with text and close buttons.

<Frame>
  ![Badge 05](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Badges/badges-with-border-and-remove-button.png)
</Frame>

## Overview

Badge 05 is a UI component featuring a set of dismissible badge pills in multiple color variants (grey, red, and yellow). Each badge contains a label text and an 'X' icon button to remove it. The badges use a horizontal row layout with rounded borders, colored backgrounds, and matching icon colors per variant. This component is ideal for tag inputs, filter chips, or label displays where users can remove individual items.

## 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 **Badge 05** 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 - Grey Remove Button         | Mouse hover on grey badge remove button   | Background color changes to rgba(106,114,130,0.2) |
| Not Clickable - Grey Remove Button   | Button is set to not clickable            | Opacity reduces to 50%                            |
| Hovered - Red Remove Button          | Mouse hover on red badge remove button    | Background color changes to rgba(231,0,11,0.2)    |
| Not Clickable - Red Remove Button    | Button is set to not clickable            | Opacity reduces to 50%                            |
| Hovered - Yellow Remove Button       | Mouse hover on yellow badge remove button | Background color changes to rgba(208,135,0,0.2)   |
| Not Clickable - Yellow Remove Button | Button is set to not clickable            | 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.

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