react-wizard-engine 0.1.1 → 0.1.2
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/CHANGELOG.md +6 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -47,6 +47,8 @@ export function SignupWizard() {
|
|
|
47
47
|
}
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
> Runnable Vite example: [`examples/basic/`](https://github.com/knazark/react-wizard-engine/tree/main/examples/basic) — 5 routes (`setup`, `setup-full`, `setup-initializer`, `linear`, `diamond`). `pnpm install && pnpm dev`.
|
|
51
|
+
|
|
50
52
|
## Styled adapter
|
|
51
53
|
|
|
52
54
|
The `/shadcn` subpath ships an opinionated styled `WizardTopBar` and `WizardLayout` built on Radix + Tailwind utility classes that match shadcn defaults.
|
package/package.json
CHANGED