@wizzard-packages/devtools
v2.0.0
Published
DevTools UI for Wizzard Stepper.
Maintainers
Readme
@wizzard-packages/devtools
DevTools UI for Wizzard Stepper. Inspect state, actions, and errors while you build.
Install
pnpm add @wizzard-packages/devtoolsUsage
import { WizardDevTools } from '@wizzard-packages/devtools';
export function App() {
return (
<>
<WizardDevTools />
{/* rest of your UI */}
</>
);
}The panel is hidden by default. Open it with ?devtools=true in the URL or #?devtools=true for hash routing.
Fits in the stack
- React bindings: @wizzard-packages/react
- Core engine: @wizzard-packages/core
- Optional middleware: @wizzard-packages/middleware
Links
- Repo: https://github.com/ZizzX/wizzard-packages
- Docs UI: https://zizzx.github.io/wizzard-packages/
