Skip to content

nutboltu/react-random-numpad

Repository files navigation

react-random-numpad

dependencies Status Build Status semantic-release

NPM

A random genarated number pad for react

Screenshot

See Demo and Documentation.

Props

The component takes the following props.

Prop Type Default Description
className string - Additional classnames for the component
supportDecimal boolean false Include decimal point support in the numpad
onChange function - Callback function to invoke when a number is pressed

Installation

npm install react-random-numpad --save

Usage

import RandomNumpad from "react-random-numpad";
import "react-random-numpad/dist/style.min.css";

<RandomNumpad
  supportDecimal={false}
  onChange={() => {}}
  classNames="custom-class"
/>

License

MIT Licensed. Copyright (c) Farhad Yasir 2019.