1.0.4 • Published 5 years ago
builtformik v1.0.4
BuiltFormik
Practice using Formik and creating npm packages.
Nothinging to see here.
Install
npm i builtformikUse
Pass callback redirectToOnSuccess and url url as to where app should redirect to on successful submit.
import { LoanForm } from 'builtformik';
<LoanForm redirectToOnSuccess={history} url="/" />