0.0.7 • Published 8 years ago

react-keypad v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago