Shimmer Wave Text
Shimmer Wave Text is a React and Tailwind CSS effect component from Motion Primitives, licensed MIT. Copy it and paste it into your project.
Motion Primitives
MIT
effects
What it is
Shimmer Wave Text is a React and Tailwind CSS effect component from Motion Primitives, licensed MIT. Copy it and paste it into your project.
How to use it
Open it in the catalogue, press copy, and paste it into your project. The prompt you copy carries the code and the rules that tell your agent to reproduce it without changing anything.
Four free copies a week. No card.
No packages beyond the project baseline
Licence
This component comes from Motion Primitives and is redistributed under the MIT licence, which permits commercial use. The copyright notice travels with the code.
Shimmer Wave Text
import { TextShimmerWave } from '@/components/core/text-shimmer-wave';
export function TextShimmerWaveColor() {
return (
<TextShimmerWave
className='[--base-color:#0D74CE] [--base-gradient-color:#5EB1EF]'
duration={1}
spread={1}
zDistance={1}
scaleDistance={1.1}
rotateYDistance={20}
>
Creating the perfect dish...
</TextShimmerWave>
);
}