Text with animated shimmer highlight effect.
import ShimmerText from "@/components/ui/shimmer-text" export default function Demo() { return ( <div className="flex items-center justify-center min-h-[400px] p-8"> <ShimmerText className="text-4xl font-bold tracking-tight">Introducing the future</ShimmerText> </div> ) }
Part of Spell — browse the full library on 21st.dev.