0.20.2 • Published 4 years ago

@vulppi/react-use-imask v0.20.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

useIMask

const Component = forwardRef((props, forwardRef) => {
  const ref = useIMask(
    {
      /* IMask options */
    },
    forwardRef /* forward ref is optional */,
  )

  return <input ref={ref} />
})
0.20.2

4 years ago

0.20.1

4 years ago

0.20.0

4 years ago