Typewriter Text

A component that animates text with a typewriter effect.

Installation

Import the component from the passport-ui package.

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

Usage

Basic example showing how to use the component.

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

Additional resources

Documentation and examples are available in Storybook.