A typewriter that types Hello world! with a blinking hue-1 caret, rebuilt from the official Motion example using motion/react.
"use client" import TypewriterExample from "@/components/ui/motion-typewriter" export default function Default() { return ( <div className="motion-example flex w-full items-center justify-center p-6"> <TypewriterExample /> </div> ) }