1.2.9 • Published 2 years ago

text-type-animation-effect-react v1.2.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

React typing effect text animation component

A layout component to create a typewriter typing animation effect for text.

Installation

Run npm i text-type-animation-effect-react or yarn add text-type-animation-effect-react in the root of your React project

Usage

In the component where you want to see the animation of typing effect import TextTyper with

import TextTyper from 'text-type-animation-effect-react'

Render passing the props with the text to type, interval (optional) and HTML element to use (optional):

<TextTyper text={textToRender} interval={10} Markup={"code"} />

Props


npm: https://www.npmjs.com/package/text-type-animation-effect-react

Done at Barcelona Code School

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

0.1.5

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago