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.Resetbutton next to Submit:<Formzk.Reset render={(r) => <button onClick={r}>Reset</button>} />. - Swap
MyInputfor a<textarea>component — no config changes needed in the form body.