Skip to content

Commit a196220

Browse files
committed
Add a preview and packages
1 parent 70730d3 commit a196220

File tree

3 files changed

+161
-0
lines changed

3 files changed

+161
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A dynamic multi-step form built with **Next.js** and styled using [shadcn/ui](https://ui.shadcn.com/). This project showcases how to create smooth, step-based workflows with modern components and responsive design.
44

5+
## Preview
6+
7+
<div align="center">
8+
<img src="https://api.microlink.io/?url=https%3A%2F%2Fnext-stepper.vercel.app%2F&overlay.browser=dark&overlay.background=linear-gradient%28225deg%2C+%23FF057C+0%25%2C+%238D0B93+50%25%2C+%23321575+100%25%29&screenshot=true&embed=screenshot.url" alt="Home Page" style="max-width: 100%;" >
9+
</div>
10+
511
## Features
612

713
- 🎯 Dynamic multi-step navigation with progress tracking

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12+
"@radix-ui/react-label": "^2.1.0",
1213
"@radix-ui/react-progress": "^1.1.0",
1314
"@radix-ui/react-slot": "^1.1.0",
15+
"@radix-ui/react-switch": "^1.1.1",
1416
"autoprefixer": "10.4.19",
1517
"class-variance-authority": "^0.7.0",
1618
"clsx": "^2.1.1",

pnpm-lock.yaml

+153
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)