0.0.7 • Published 9 years ago

react-keypad v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago