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