1.0.3 • Published 4 years ago

react-type-carousel v1.0.3

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

react-type-carousel

A simple extendable ReactJS text carousel that includes styles that simulate typing/texting.

Project

https://github.com/natashadecoste/react-typewriter-carousel

Install

npm i react-type-carousel

Features

  • fully extendable styling
  • simple out-of-the box functionality
  • different styles and animations

Props

NamePropTypeDefaultRequired
dataArrayof(String)nullYes
widthString100%No
typeSpeedNumber100No
chatStyleBooleanfalseNo

Example

basic usage (only passing in an array of String items):

<Typewriter data={data}/>

basic usage (with chat style turned on):

<Typewriter chatStyle={true} data={data}></Typewriter>

gif-chat style type carousel