2.3.3 • Published 8 years ago
zooid-input v2.3.3
zooid-input
A React component to render Zooid like text inputs.
Install
npm install --save zooid-input
Props
Prop | Type | Default | Description |
---|---|---|---|
className | string | Additional css classes for your input | |
disabled | bool | false | Disables the text input |
label | string | The label for the text input | |
name | string | ' ' | name value for the input |
placeholder | string | placeholder text for the input box | |
required | bool | false | Makes the text input required |
description | string | Help text for the input field |
Example
<Input name="inputName" placeholder="Input Text Here" label="Awesome Label" />
2.3.3
8 years ago
2.3.2
9 years ago
2.3.1
9 years ago
2.3.0
9 years ago
2.2.0
9 years ago
2.1.5
9 years ago
2.1.4
9 years ago
2.1.3
9 years ago
2.1.2
9 years ago
2.1.1
9 years ago
2.1.0
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.4.1
9 years ago
1.3.0
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.3
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago