Typewriter Text

A component that animates text with a typewriter effect.

Installation

Import the component from the passport-ui package.

components/example.tsx
1import { TypewriterText } from "passport-ui";

Usage

Basic example showing how to use the component.

components/example.tsx
1<TypewriterText
2 text="Hello, World!"
3 speed={50}
4/>

Additional resources

Documentation and examples are available in Storybook.