react-keypad-component

数字键盘

Usage no npm install needed!

<script type="module">
  import reactKeypadComponent from 'https://cdn.skypack.dev/react-keypad-component';
</script>

README

keypad

数字键盘

Usage

const keypad = new Keypad({
    theme: 'light'
});


keypad.on('hide', function () {

})