f15gdsy / Animated-Text-Input

A React component to create animated text input: http://f15gdsy.github.io/Animated-Text-Input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Animated-Text-Input

A React component to create animated text input.


Demo & Example

A live demo is available.

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

About

A React component to create animated text input: http://f15gdsy.github.io/Animated-Text-Input


Languages

Language:JavaScript 99.7%Language:HTML 0.3%