0.20.2 • Published 2 years ago

@vulppi/react-use-imask v0.20.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.20.1

2 years ago

0.20.0

2 years ago