wizzard-stepper-react 1.0.0 → 1.0.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/dist/index.cjs +4 -2525
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -2535
- package/dist/index.js.map +1 -1
- package/package.json +12 -2
package/README.md
CHANGED
|
@@ -153,7 +153,7 @@ const config: IWizardConfig = {
|
|
|
153
153
|
|
|
154
154
|
## Demos
|
|
155
155
|
|
|
156
|
-
Check out the [
|
|
156
|
+
Check out the [Live Demo](https://ZizzX.github.io/wizzard-stepper-react-demo/) or the [source code](https://github.com/ZizzX/wizzard-stepper-react-demo) for a complete implementation featuring:
|
|
157
157
|
- **Tailwind CSS v4** UI overhaul.
|
|
158
158
|
- **React Hook Form + Zod** integration.
|
|
159
159
|
- **Formik + Yup** integration.
|