Package Exports
- animated-text-input
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (animated-text-input) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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/>