To focus or not to focus
This release adds in the prop autoFocus
(defaults to true) which, when set to false
, prevents the automatic focusing on the first focusable element in your modal.
Fixes #3
Alongside this, useCenterModalTransition
and useBottomModalTransition
are now correctly exported 👍