Components
Loading preview...
Text with animated shimmer highlight effect.
npx shadcn@latest add https://21st.dev/r/tom_ui/shimmer-textimport 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>
)
}