Skip to content

Commit f879a88

Browse files
feat: Add separate HorizontalStepper variants to README
1 parent a7622b5 commit f879a88

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ graph TB
155155
<br/><sub>Timeline progression</sub>
156156
</td>
157157
<td align="center">
158-
<img src="https://github.com/developerchunk/JetCo/blob/main/assets/images/horizontal-stepper.png?raw=true" alt="Horizontal Stepper" width="280" style="border-radius: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/>
158+
<img src="https://github.com/developerchunk/JetCo/blob/main/assets/images/HorizontalStepper.png?raw=true" alt="Horizontal Stepper" width="280" style="border-radius: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/>
159159
<br/><strong>➡️ Horizontal Stepper</strong>
160-
<br/><sub>Progress visualization</sub>
160+
<br/><sub>Step-by-step progress</sub>
161161
</td>
162162
<td align="center">
163163
<img src="https://github.com/developerchunk/JetCo/blob/main/assets/images/switch_button.gif?raw=true" alt="Switch Button" width="150" style="border-radius: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/>
@@ -166,6 +166,11 @@ graph TB
166166
</td>
167167
</tr>
168168
<tr>
169+
<td align="center">
170+
<img src="https://github.com/developerchunk/JetCo/blob/main/assets/images/CompactHorizontalStepper.png?raw=true" alt="Compact Horizontal Stepper" width="280" style="border-radius: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/>
171+
<br/><strong>📏 Compact Horizontal Stepper</strong>
172+
<br/><sub>Space-efficient progress</sub>
173+
</td>
169174
<td align="center">
170175
<img src="https://github.com/developerchunk/JetCo/blob/main/assets/images/curvedCard-1.png?raw=true" alt="Curved Card" width="280" style="border-radius: 12px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);"/>
171176
<br/><strong>🃏 Curved Card</strong>
@@ -176,7 +181,7 @@ graph TB
176181
<br/><strong>🎨 Curved Card</strong>
177182
<br/><sub>Creative card layouts</sub>
178183
</td>
179-
<td align="center" colspan="2">
184+
<td align="center">
180185
<!-- Placeholder for future components -->
181186
</td>
182187
</tr>

0 commit comments

Comments
 (0)