create-formik-field

A higher-order component that will return a Formik-compatible form field.

Usage no npm install needed!

<script type="module">
  import createFormikField from 'https://cdn.skypack.dev/create-formik-field';
</script>

README

create-formik-field

A higher-order component that will return a Formik-compatible form field.

createField

A higher-order component that will return a Formik-compatible form field.

Props

Name Type Description
component required T
displayName required string
getProps PropGetter<T>