1import { TypewriterText } from "passport-ui";
1<TypewriterText2 text="Hello, World!"3 speed={50}4/>
A component that animates text with a typewriter effect.
Import the component from the passport-ui package.
1import { TypewriterText } from "passport-ui";
Basic example showing how to use the component.
1<TypewriterText2 text="Hello, World!"3 speed={50}4/>
Documentation and examples are available in Storybook.