react-keypad

0.0.7 • Public • Published

react-keypad

mobile ready keypad

Example

import React, { Component } from'react';
import { Keypad } from 'react-keypad';
 
class App extends Component {
    handleEnter = () => {
        // handle keypad value
    };
 
    render() {
        return (
            <Keypad onEnter={this.handleEnter} />
        )
    }
}

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i react-keypad

Weekly Downloads

4

Version

0.0.7

License

MIT

Last publish

Collaborators

  • paulserraino