0.3.7 • Published 7 years ago

@react-ag-components/input v0.3.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

input

React component for Input

Usage

Install

npm i @react-ag-components/input --save

Use 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

PropertyDefaultDescription
idsame as label
type"text"
value""
onBlurfunction
onChangefunction
label""
error""

Contributing

Get the repository

git clone https://github.com/alphillips/input.git

Update dependencies

npm install

Run the project

npm start

Deploy 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

7 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