animated-text-input
v1.0.2
Published
A React component to create animated text input.
Downloads
3
Readme
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:
- ReactJS
- 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/>