An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![ng2-input-hints](example.gif)

*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**