react-keypad
v0.0.7
Published
mobile ready keypad
Downloads
7
Readme
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