Magic UI

Hyper Text

Install component

npxshadcn@latest add "https://21st.dev/r/magicui/hyper-text"
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"
    />
  );
}