Skip to main content

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.

Stepper 05

Overview

Stepper 05 is a multi-step progress indicator component featuring four visual step bars that fill progressively as the user advances through steps. It includes Prev Step and Next Step buttons to navigate between steps, with the Prev button disabled on step 1 and the Next button disabled on step 4. The active step state is tracked via a custom state on the parent group element.

How to use

1

Open the Brikl panel

Navigate to the Elements category in the Brikl panel.
2

Copy the component

Find Stepper 05 and click Copy.
3

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.
StateTriggerVisual effect
Step 1 ActiveCustom state ‘step_’ equals 1 on parent groupStep 01 bar fills with dark color; Prev Step button is disabled
Step 2 ActiveCustom state ‘step_’ is greater than or equal to 2Step 02 bar fills with dark color in addition to Step 01
Step 3 ActiveCustom state ‘step_’ is greater than or equal to 3Step 03 bar fills with dark color in addition to Steps 01 and 02
Step 4 ActiveCustom state ‘step_’ is greater than or equal to 4All four bars filled; Next Step button is disabled
Button HoveredMouse hover on Prev or Next button (when clickable)Button background changes to light grey rgba(245,244,244,1)
Button DisabledButton is not clickableButton 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.

Workflows

This component includes pre-built workflows.
TriggerAction
Button - Prev Step (Stepper 05) is clickedDecrements the custom state ‘step_’ on the parent group by 1
Button - Next Step (Stepper 05) is clickedIncrements the custom state ‘step_’ on the parent group by 1
These workflows are included when you use the Copy with Workflows option in the Brikl panel.

Requirements

LicenseStarter plan required
PluginsNone
Custom codeNot required

Platforms

PlatformSupported
Web
Mobile

License

This component requires a Starter plan.