currency-input-hook
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

currency-input

NPM JavaScript Style Guide

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.

Readme

Keywords

none

Package Sidebar

Install

npm i currency-input-hook

Weekly Downloads

16

Version

1.0.0

License

MIT

Unpacked Size

626 kB

Total Files

39

Last publish

Collaborators

  • iharob