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
| Name | Type | Required | Description |
|---|---|---|---|
| formik | ReturnType<typeof useFormik<any>> | true | Formik instance |
Slots
default - Slot for form fields.