Skip to content

Commit 16f18f2

Browse files
Add SwitchButton component to README
1 parent 97a1710 commit 16f18f2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ JetCo offers a growing lineup of UI components that make your apps stand out:
2424
| **VerticalStepper** | A vertical timeline/stepper with titles, descriptions, and optional images in each node. ⬇️ |
2525
| **HorizontalStepper** | A clean and simple horizontal stepper for progress or timeline representation. ➡️ |
2626
| **CompactHorizontalStepper** | A minimal, icon-only horizontal stepper for compact UIs (great for mobile). ⚡ |
27-
27+
| **SwitchButton** | A customizable and animated switch button composable. 🔘 |
28+
2829
---
2930

3031
Check out the examples below to see JetCo in action!
@@ -61,6 +62,10 @@ Check out the examples below to see JetCo in action!
6162
<img src="https://github.com/developerchunk/JetCo/blob/main/assets/images/horizontal-stepper.png?raw=true" alt="Description 7" width="750"/>
6263
<p>Horizontal Stepper & CompactHorizontalStepper</p>
6364
</td>
65+
<td>
66+
<img src="https://github.com/developerchunk/JetCo/blob/main/assets/images/switch_button.gif?raw=true" alt="Description 8" width="750"/>
67+
<p>SwitchButton</p>
68+
</td>
6469
</tr>
6570
</table>
6671

0 commit comments

Comments
 (0)