A hyper changing text animation as you hover.
Loading preview...
import { HyperText } from "@/components/ui/hyper-text" export function HyperTextDemo() { return ( <HyperText className="text-4xl font-bold text-black dark:text-white" text="Hyper Text" /> ); }