rc-keypad
v1.0.5
Published
Simple keypads for react
Readme
rc-keypad
Simple keypads for react
Install
npm install --save rc-keypadUsage
import React from 'react'
import { AlphabetOnlyKeypad } from 'rc-keypad'
const App = () => {
return <AlphabetOnlyKeypad
onKeyPress={(key) => console.log(key)}
colorMode='dark'
/>
}

License
MIT © hmharshith
