Components
Loading preview...
A hyper changing text animation as you hover.
npx shadcn@latest add https://21st.dev/r/dillionverma/hyper-textimport { HyperText } from "@/components/ui/hyper-text"
export function HyperTextDemo() {
return (
<HyperText
className="text-4xl font-bold text-black dark:text-white"
text="Hyper Text"
/>
);
}