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

# Input 13

> Horizontal input field with attached 'Send' button, label above, clean bordered style.

<Frame>
  ![Input 13](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Inputs/input-with-end-button.jpg)
</Frame>

## Overview

Input 13 is a labeled email input component with an integrated end button. It features a text label ('Input W/ End Button'), a styled text input field with placeholder 'Email', and a 'Send' button with an arrow icon attached to the right side of the input. The layout uses a column container for the label and a row container for the input-button pair, making it suitable for email capture, search, or form submission use cases.

## How to use

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

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

  <Step title="Paste into your editor" titleSize="h4">
    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                                                                           |
| --------------- | --------------------------------- | --------------------------------------------------------------------------------------- |
| Input Focused   | Input field receives focus        | Border color changes to rgba(216,211,212,1) with a soft box shadow spread of 3px        |
| Input Invalid   | Input field value is not valid    | Red-tinted box shadow (rgba(251,44,54,0.2)) with spread of 3px appears around the input |
| Input Disabled  | Input is not clickable            | Input opacity reduces to 50%                                                            |
| Button Hovered  | Mouse hovers over the Send button | Button background color changes to rgba(245,244,244,1)                                  |
| Button Disabled | Send button is not clickable      | 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.

## Requirements

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

## Platforms

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

## License

<Note>
  This component is available on the free plan.
</Note>
