Avenra
React Step FormGuides and Concepts
React Step FormGuides and Concepts

Debug panel

Inspect wizard state while building.

Enable the debug panel to inspect values, step state, and errors during development.

Enable debug panel

<FormWizard
    schema={schema}
    steps={steps}
    onSubmit={handleSubmit}
    debug
    debugPosition="bottom-right"
/>

Positions

  • "bottom-right" (default)
  • "bottom-left"
  • "top-right"
  • "top-left"
  • "inline"

On this page