rc-keypad
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

rc-keypad

Simple keypads for react

NPM JavaScript Style Guide

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'
    />
}

Peek 2023-03-31 14-57

License

MIT © hmharshith

Readme

Keywords

none

Package Sidebar

Install

npm i rc-keypad

Weekly Downloads

17

Version

1.0.5

License

MIT

Unpacked Size

32.3 kB

Total Files

14

Last publish

Collaborators

  • hmharshith