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

> Password input field with strength indicator, eye-slash icon, and regex validation checklist below.

<Frame>
  ![Input 23](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Inputs/input-with-password-strength-indicator.jpg)
</Frame>

## Overview

A password input component that includes a styled text input with a visibility toggle icon, and a dynamic password strength indicator that checks for minimum character requirements using regex validation. It provides real-time visual feedback (color changes, check/x icons) as the user types, helping guide them to meet password criteria.

## 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 23** 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                                                                          |
| ----------------- | ---------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| Focused           | Input field is focused                                     | Box shadow with color rgba(216,211,212,0.5) appears around the input group             |
| Invalid           | Input field value is not valid                             | Border turns red (rgba(251,44,54,1)) and red box shadow appears around the input group |
| Disabled          | Input field is not clickable                               | Input group opacity reduces to 50%                                                     |
| 8 Characters Met  | Input value length is greater than or equal to 8           | Check icon turns green and validation text color changes to green (rgba(0,153,102,1))  |
| Mobile Breakpoint | Current page width is less than built-in mobile breakpoint | Font size adjusts to 14px on label and validation text elements                        |

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