Introducing Magic UI Pro - 50+ blocks and templates to build beautiful landing pages in minutes.

19.0k
173

Animated Shiny Text

PreviousNext

A light glare effect which pans across text making it appear as if it is shimmering.

Installation

pnpm dlx shadcn@latest add @magicui/animated-shiny-text

Usage

import { AnimatedShinyText } from "@/components/magicui/animated-shiny-text";
<AnimatedShinyText>Hello</AnimatedShinyText>

Props

PropTypeDefaultDescription
childrennode-The text to be shimmered.
classNamestring-The class name to be applied to the shimmer.
shimmerWidthnumber100The width of the shimmer in pixels.