You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/forms/stepper.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ If you're looking for a Form Wizard in Bootstrap 5 or a flexible Stepper Compone
19
19
20
20
A simple multi-step form built with the Bootstrap Stepper. Each step displays form content and controls navigation through buttons (`next`, `prev`, `finish`).
@@ -131,7 +131,7 @@ A simple multi-step form built with the Bootstrap Stepper. Each step displays fo
131
131
132
132
Display step indicators vertically above labels using the `.vertical` modifier. This provides a compact and stylish layout for narrower screens or vertical designs.
133
133
134
-
{{< example >}}
134
+
{{< example stackblitz_pro="true" >}}
135
135
<divclass="stepper"data-coreui-toggle="stepper">
136
136
<olclass="stepper-steps">
137
137
<li class="stepper-step vertical">
@@ -160,7 +160,7 @@ Display step indicators vertically above labels using the `.vertical` modifier.
160
160
161
161
Use the `.stepper-vertical` class to build a full vertical stepper, where both indicators and step content stack vertically. Ideal for mobile-first designs or top-to-bottom flows.
0 commit comments