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