textbox-placeholder
v1.1.1
Published
Textbox component with placeholder to value for React
Downloads
24
Maintainers
Readme
textbox-placeholder
Textbox component with placeholder to value for React

Why should I use it?
Use it and placeholder be your default value for your textbox! Also now you can use it for textarea.
Install
$ npm install textbox-placeholderUsage
for Textbox
import TextBoxPlaceholder from 'textbox-placeholder'
<TextBoxPlaceholder
component="TextBox"
name="text-box"
inputClass={className}
value={value}
placeholder={placeholder} />for Textarea
import TextareaPlaceholder from 'textbox-placeholder'
<TextareaPlaceholder
component="Textarea"
name="textarea"
inputClass={className}
value={value}
placeholder={placeholder} />