1.0.2 • Published 10 years ago

animated-text-input v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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/>
1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago