Hector Lobato
Results
1
comments of
Hector Lobato
Solved using useTypewriter hook, here let the code ```js import type { NextPage } from "next"; import { useTypewriter, Cursor } from "react-simple-typewriter"; const Home: NextPage = () => {...