import { HyperText } from "@/registry/magicui/hyper-text"
export default function HyperTextDemo() {
return <HyperText>Hover Me!</HyperText>
}
npx shadcn@latest add @magicui/hyper-text-demoimport { HyperTextDemo } from "@/components/hyper-text-demo"<HyperTextDemo />