We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdbc3e commit f60b0f7Copy full SHA for f60b0f7
.npmignore
@@ -1,3 +1,4 @@
1
src/
2
npm-debug.log
3
yarn-error.log
4
+example.gif
README.md
@@ -1,4 +1,4 @@
-<img align="center" alt="react-input-hints" src="example.gif" />
+<img align="center" alt="react-input-hints" src="https://raw.githubusercontent.com/williamboman/react-input-hints/gh-pages/example.gif" />
*Animates input placeholders to make it look like they are being typed in realtime.*
@@ -23,6 +23,12 @@ ReactDOM.render(
23
)
24
```
25
26
+## Installation
27
+
28
+```sh
29
+$ npm install react-input-hints
30
+```
31
32
## Props
33
34
### `placeholders` | `array`
0 commit comments