Overview
Input 18 is a numeric stepper component featuring a centered number input field flanked by a minus button on the left and a plus button on the right. It is designed for integer number entry with increment/decrement controls, styled with border separation, box shadows, and hover/focus/validation states for a polished form UI experience.
How to use
Open the Brikl panel
Navigate to the Elements category in the Brikl panel.
Copy the component
Find Input 18 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 |
|---|
| Input Focused | When the input field gains focus | Outer group displays a soft outset box shadow (rgba(216,211,212,0.5), spread 3) to highlight the active field |
| Input Invalid | When the input field value is not valid | Outer group removes box shadow; input field shows a red-tinted box shadow (rgba(251,44,54,0.2), spread 3) |
| Input Disabled | When the input is not clickable | Input field opacity reduces to 50% |
| Plus Button Hovered | When the plus button is hovered | Plus button background changes to rgba(245,244,244,1) |
| Plus Button Disabled | When the plus button is not clickable | Plus button opacity reduces to 50% |
| Minus Button Hovered | When the minus button is hovered | Minus button background changes to rgba(245,244,244,1) |
| Minus Button Disabled | When the minus button is not clickable | Minus button opacity reduces to 50% |
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.