flexkeypadnumber

1.0.2 • Public • Published

flexKeypad

Travis npm package Coveralls

An auto resizing numeric keypad in react

Usage:

Import

import { FlexKeypad } from 'flexkeypadnumber/es/FlexKeypad'
import { withSizeUpdates } from 'flexkeypadnumber/es/SizeHOC'

withSizeUpdates creates a HOC from FlexKeypad to receive the height and width

const FlexKeypadHOC = withSizeUpdates(FlexKeypad);

Render HTML

FlexKeypadHOC open={this.state.open} close={this.CloseFlexKeypad.bind(this)}

Readme

Keywords

Package Sidebar

Install

npm i flexkeypadnumber

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

78.5 kB

Total Files

13

Last publish

Collaborators

  • tlward