@alobato/use-scroll-to-error
v1.0.0
Published
React hook scroll to error using formik
Downloads
6
Readme
useScrollToError
React hook use-scroll-to-error
Note: This is using the new React Hooks API
You'll need to install
react,react-dom, etc at^16.8.0or above
Install
yarn add @alobato/use-scroll-to-errorUsage
import useKeyPress from '@alobato/use-scroll-to-error'
...
useFocusOnLoad('name')
useScrollToError({errors, isValid, isSubmitting})