Back to Registry
Shimmer Text
motionText with a sweeping gradient shimmer effect.
Colorblue-500
Width
Shadow
Live Preview
Premium Quality
Loading experience
Install via CLI
npx shadcn@latest add https://kinetik.dev/r/shimmer-text.jsonRequires shadcn CLI. Auto-installs deps and copies the component into your project.
Manual Install
npm add framer-motionThen copy the source code below into your project.
Usage
import { ShimmerText } from '@/app/components/shimmer-text';Source
'use client';
export function ShimmerText() {
// copy from registry component source
}Dependencies
framer-motion