1.0.2 • Published 7 months ago

typing-text-animation v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

typing-text-animation

This component provides a simple text typing animation feature

Install

npm i typing-text-animation

Usage

/** @jsx jsx */
import { TypingText } from "typing-text-animation";

render(
  <div>
    <TypingText text={["hello", "world"]} />
    <TypingText text="hello" />
  </div>
);

Example

example

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.0.16

7 months ago

0.0.15

7 months ago

0.0.14

7 months ago

0.0.13

7 months ago

0.0.12

7 months ago

0.0.10

7 months ago

0.0.11

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago