wizzard-stepper-react 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ const config: IWizardConfig = {
|
|
|
155
155
|
|
|
156
156
|
## Demos
|
|
157
157
|
|
|
158
|
-
Check out the [Live Demo](https://ZizzX.github.io/wizzard-stepper-react
|
|
158
|
+
Check out the [Live Demo](https://ZizzX.github.io/wizzard-stepper-react/), [NPM](https://www.npmjs.com/package/wizzard-stepper-react) or the [source code](https://github.com/ZizzX/wizzard-stepper-react-demo) for a complete implementation featuring:
|
|
159
159
|
- **Tailwind CSS v4** UI overhaul.
|
|
160
160
|
- **React Hook Form + Zod** integration.
|
|
161
161
|
- **Formik + Yup** integration.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wizzard-stepper-react",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "A flexible, headless, and strictly typed multi-step wizard library for React.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"url": "https://github.com/ZizzX/wizzard-stepper-react/issues",
|
|
49
49
|
"email": "zizzxiii@gmail.com"
|
|
50
50
|
},
|
|
51
|
-
"homepage": "https://zizzx.github.io/wizzard-stepper-react
|
|
51
|
+
"homepage": "https://zizzx.github.io/wizzard-stepper-react/",
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"react": ">=16.8.0",
|
|
54
54
|
"react-dom": ">=16.8.0",
|