/react-voice-form-example

repositorio para componente de llenado de formularios utilizando webkitSpeechRecognition

Primary LanguageJavaScript

react voice form components example

Author: @vichoconejeros

How to use this

<VoiceToTextInput hint="teléfono" name="phone" result={this.props.result} value={this.state.phone} onChange={this.onChange} >
	<input className="span6 form-control h-100 w-100" rows="3" placeholder="9XXXXXXXX" required ></input>
</VoiceToTextInput>