New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

animated-text-input

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animated-text-input

A React component to create animated text input.

1.0.2
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

React

FAQs

Package last updated on 04 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts