0.1.1 • Published 8 years ago

react-text-carousel v0.1.1

Weekly downloads
24
License
MIT
Repository
github
Last release
8 years ago

React Text Carousel component

Demo

React component for swithcing between texts using a typing animation effect. Based on react-typist.

Demo.

Install

npm install react-text-carousel or bower install react-text-carousel

Usage

const phrases = ["An array", "of strings", "to pass the component"]; // Required
const interval = 3000; // The time to wait before rendering the next string
const typistProps = {} // Props that are passed to the react-typist component

<TextCarousel phrases={phrases} interval={interval} typistProps={typistProps} />
0.1.1

8 years ago

0.1.0

8 years ago