react-validation
react-validation copied to clipboard
Add props to show wrapper class name and label component
Added the following props:
wrapperClassName
Type: String
Eg:
<Input wrapperClassName="input-wrapper" />
labelComponent
Type: Node
Eg:
<Input labelComponent={<label htmlFor="name">Name</label>} />