animated-text-input

1.0.2 • Public • Published

Animated-Text-Input

A React component to create animated text input.


Demo & Example

A live demo is available here.

or, you can download this repo and run it locally. Run:

npm install
jspm install
gulp

Install & Use

This module is written using ReactJS and ES6 with the help of JSPM .

Prerequisites:
  1. ReactJS
  2. JSPM
Install
jspm install animated-text-input=github:f15gdsy/animated-text-input
Use
// Import like this. ES6 syntax
import AnimatedTextInput from 'animated-text-input';
 
// And Use it like this.
<AnimatedTextInput
    texts = {['Hello World!', 
             'This is an animated text input!']}
    loop/>

Readme

Keywords

Package Sidebar

Install

npm i animated-text-input

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • f15gdsy