A text animation that scrambles letters before revealing the final text.
1import { HyperText } from "@/components/magicui/hyper-text"; 2 3export function HyperTextDemo() { 4 return <HyperText>Hover Me!</HyperText>; 5}