JB logo

Command Palette

Search for a command to run...

yOUTUBE
Components
PreviousNext

Shimmering Text

Smooth, light-sweeping shimmer animation for text.

Loading...

Installation

pnpm dlx shadcn@latest add https://jb.desishub.com/r/shimmering-text.json

Usage

import { ShimmeringText } from "@/components/shimmering-text";
<ShimmeringText text="Shimmering Text" />

Props

PropTypeDefaultDescription
textstring-The text to render with shimmer effect.
durationnumber1Duration in seconds for one shimmer cycle.
isStoppedbooleanfalseWhether the shimmer animation is paused.

Examples

Custom Colors

Loading...