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
Open the Brikl panel
Navigate to the Elements category in the Brikl panel.
Copy the component
Find Input 23 and click Copy.
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.
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 |
These states are handled natively by Bubble and require no additional setup. They will work automatically once the component is pasted into your editor.
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 |
| Platform | Supported |
|---|
| Web | ✅ |
| Mobile | ✅ |
License
This component is available on the free plan.