0.3.7 • Published 7 years ago
@react-ag-components/input v0.3.7
input
React component for Input
Usage
Install
npm i @react-ag-components/input --saveUse in your project
import Input from '@react-ag-components/input'<Input
label="Weight amount"
id="weight-amount"
value={this.state.weightAmount}
onChange={this.onChange('weightAmount')} />Properties
| Property | Default | Description |
|---|---|---|
| id | same as label | |
| type | "text" | |
| value | "" | |
| onBlur | function | |
| onChange | function | |
| label | "" | |
| error | "" |
Contributing
Get the repository
git clone https://github.com/alphillips/input.gitUpdate dependencies
npm installRun the project
npm startDeploy to npm
Build
npm run build -- --copy-files
Publish
npm publish --access public
0.3.7
7 years ago
0.3.6
7 years ago
0.3.5
7 years ago
0.3.4
7 years ago
0.3.3
7 years ago
0.3.2
7 years ago
0.3.1
7 years ago
0.3.0
7 years ago
0.2.9
7 years ago
0.2.8
7 years ago
0.2.7
7 years ago
0.2.6
7 years ago
0.2.5
7 years ago
0.2.4
7 years ago
0.2.3
7 years ago
0.2.2
7 years ago
0.2.1
7 years ago
0.2.0
7 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.6
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
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
1.0.1
8 years ago
1.0.0
8 years ago