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

# Button 16

> Horizontal button group with three segmented buttons (Left, Center, Right) in a row layout.

<Frame>
  ![Button 16](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Buttons/button-groups-with-text-only.png)
</Frame>

## Overview

Button 16 is a segmented button group component containing three connected buttons labeled Left, Center, and Right. It is designed to function as a button group with visually joined borders, where the leftmost button has rounded left corners, the center button has no rounded corners, and the rightmost button has rounded right corners. This component is ideal for toggle selections, tab-like navigation, or grouped action controls in both web and mobile interfaces.

## 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 **Button 16** 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       | Mouse hovers over a button     | Button background color changes to rgba(245, 244, 244, 1), a light gray tint |
| Not Clickable | Button is set to non-clickable | Button opacity reduces to 50%, indicating a disabled appearance              |

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