Skip to content

acdlite/react-stateful-input

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-stateful-input

A React Input component that holds its input state.

How to Use

<StatefulInput ref='email' placeholder='enter your email'/>

You can then reference its value using refs like this

this.refs.email.stateValue

About

React Input component that holds state

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%