https://github.com/williamboman/ng2-input-hints
Animates input placeholders to make it look like they are being typed in realtime
https://github.com/williamboman/ng2-input-hints
angular hint hinter hints input ng2 placeholder placeholder-text
Last synced: 6 months ago
JSON representation
Animates input placeholders to make it look like they are being typed in realtime
- Host: GitHub
- URL: https://github.com/williamboman/ng2-input-hints
- Owner: williamboman
- Created: 2018-03-30T22:00:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T13:18:57.000Z (almost 8 years ago)
- Last Synced: 2025-08-09T12:03:59.366Z (7 months ago)
- Topics: angular, hint, hinter, hints, input, ng2, placeholder, placeholder-text
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ng2-input-hints
- Size: 90.8 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

*Animates input placeholders to make it look like they are being typed in realtime.*
## Install
```bash
$ npm install ng2-input-hints
# or
$ yarn add ng2-input-hints
```
## Usage
Import the `InputHintsModule` and include it in your NgModule:
```js
import { InputHintsModule } from 'ng2-input-hints'
```
```html
```
## Tips
Use the [`selector:placeholder`](http://css-tricks.com/snippets/css/style-placeholder-text/) CSS pseudo-class to style your placeholders!
## License
Licensed under the MIT license.
## Authors
**William Boman**