FormikForm component

This component is a wrapper around HTML form tag.

It assigns the formik submit handler to the form tag and provides a slot for form fields.

Props

NameTypeRequiredDescription
formikReturnType<typeof useFormik<any>>trueFormik instance

Slots

default - Slot for form fields.