GitXplorerGitXplorer
w

react-input-hints

public
54 stars
1 forks
5 issues

Commits

List of commits on branch master.
Unverified
1ff21a6dcc6ab938a64cbdfeb771b62d545051b5

README: fix travis badge

wwilliamboman committed 7 years ago
Unverified
fb7d09b9fc673147944895e890d348a08f112d1e

README: fix example gif url

wwilliamboman committed 7 years ago
Verified
cc8405d301922afb453e2f38f8c54aa11c631d0b

v3.0.0

wwilliamboman committed 7 years ago
Unverified
9b6162934c2ab418a498bfa200ab6b9ffcfd893e

use react-typewriting

wwilliamboman committed 7 years ago
Unverified
e80462328957425598dc131de7b41bf5324cdda3

v2.0.0

wwilliamboman committed 7 years ago
Unverified
3a840806c296df212a771980c4e0eea6928e2591

use prop-types package

wwilliamboman committed 7 years ago

README

The README file for this repository.

react-input-hints

Animates input placeholders to make it look like they are being typed in realtime.

Build Status

Usage

<InputHints
    placeholders={[
        'Enter your username here...',
        'Usernames can be 7-18 characters long.',
    ]} />
)

Installation

$ npm install react-input-hints
# or
$ yarn add react-input-hints

Props

See react-typewriting for more controls.

placeholders | Array<string> | required

The placeholders to print out, in order of appearance.

Tips

Use the selector:placeholder CSS pseudo-class to style your placeholders!

License

Licensed under the MIT license.

Authors

William Boman william@redwill.se