Animates input placeholders to make it look like they are being typed in realtime.
<InputHints
placeholders={[
'Enter your username here...',
'Usernames can be 7-18 characters long.',
]} />
)
$ npm install react-input-hints
# or
$ yarn add react-input-hints
See react-typewriting for more controls.
The placeholders to print out, in order of appearance.
Use the selector:placeholder
CSS pseudo-class to style your placeholders!
Licensed under the MIT license.
William Boman william@redwill.se