currency-input-hook
v1.0.0
Published
>
Downloads
4
Readme
currency-input
Install
npm install --save currency-input
Usage
import * as React from 'react'
import { useMyHook } from 'currency-input'
const Example = () => {
const example = useMyHook()
return (
<div>
{example}
</div>
)
}
License
MIT © iharob
This hook is created using create-react-hook.