Skip to main content

Basic form (Core)

Package: @formzk/core

A minimal @formzk/core form with yup validation. No MUI — renders plain HTML inputs. Edit the code on the left to see the change live.

Loading playground…

What to try

  • Submit with empty fields → yup errors render.
  • Add a Formzk.Reset button next to Submit: <Formzk.Reset render={(r) => <button onClick={r}>Reset</button>} />.
  • Swap MyInput for a <textarea> component — no config changes needed in the form body.