Components
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"
/>
);
}
Part of Magic UI — browse the full library on 21st.dev.