Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/williamboman/react-input-hints
- Owner: williamboman
- Created: 2017-02-24T21:29:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T19:49:01.000Z (almost 7 years ago)
- Last Synced: 2024-10-13T11:42:48.214Z (2 months ago)
- Topics: hinter, hints, input, placeholder, placeholder-text, react
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 54
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
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.*
[![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**