Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/williamboman/react-input-hints

Get more out of your placeholders. Animates input placeholders to make it look like they are being typed in realtime - https://npmjs.com/react-input-hints
https://github.com/williamboman/react-input-hints

hinter hints input placeholder placeholder-text react

Last synced: about 2 months ago
JSON representation

Get more out of your placeholders. Animates input placeholders to make it look like they are being typed in realtime - https://npmjs.com/react-input-hints

Awesome Lists containing this project

README

        

react-input-hints

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

[![Build Status](https://travis-ci.org/williamboman/react-input-hints.svg?branch=master)](https://travis-ci.org/williamboman/react-input-hints)

## Usage

```jsx

)
```

## Installation

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

## Props

*See [react-typewriting](https://github.com/williamboman/react-typewriting#props) for more controls.*

### `placeholders` | `Array` | *required*

The placeholders to print out, in order of appearance.

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