1.3.3 • Published 5 years ago
tl-react-numeric-input v1.3.3
TLNumericInput
React component as a numeric input field
Installation
Use the package manager to install tl-react-numeric-input:
yarn add tl-react-numeric-input
# or
npm i tl-react-numeric-input
Demo
Download and unzip archive or clone with command:
git clone https://github.com/MitrofD/tl-react-numeric-input.git
Then install dependencies:
yarn install
# or
npm install
Last step run start command:
yarn run start
# or
npm run start
Usage
import TLNumericInput from 'tl-react-numeric-input';
<TLNumericInput onSet={handleOnSet} />
Your handler for the onSet event should expect a TLNumericInput. For example:
function handleOnSet(numericInput) {
this.setState({
numeric: numericInput.value
});
}
Attributes
All attributes for input with number type + optional onSet handler
License
1.3.3
5 years ago
1.3.2
6 years ago
1.3.1
6 years ago
1.3.0
6 years ago
1.2.9
6 years ago
1.2.8
6 years ago
1.2.7
6 years ago
1.2.6
6 years ago
1.2.5
6 years ago
1.2.4
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago