Skip to main content
Clever Ops

Text Shimmer

A band of light sweeps through the text, pure CSS, zero dependencies. Made for working states and streaming AI responses; goes still under reduced motion.

Preview & code

Loading Text Shimmer preview

Installation

pnpm dlx shadcn@latest add @cleverui/text-shimmer

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { TextShimmer } from '@/components/ui/text-shimmer'
Exampletsx
import { TextShimmer } from '@/components/ui/text-shimmer'

export default function TextShimmerDemo() {
  return (
    <div className="mx-auto flex min-h-[360px] max-w-3xl flex-col items-center justify-center gap-6 px-6 py-20 text-center">
      <TextShimmer as="h2" text="Reconciling 1,284 invoices…" className="text-3xl font-semibold tracking-tight sm:text-4xl" />
      <p className="max-w-md text-sm leading-relaxed text-muted-foreground">
        Use it for working states, streaming responses, or any moment the system is thinking on the
        user&apos;s behalf.
      </p>
      <TextShimmer text="Drafting reply · 3 sources attached" className="font-mono text-xs uppercase tracking-[0.2em]" duration={3.2} />
    </div>
  )
}

API reference

TextShimmer accepts the following props.

PropTypeDefaultDescription
text*string
as'span' | 'h1' | 'h2' | 'h3' | 'p''span'
durationnumber2.6seconds for one sweep

…plus everything from React.HTMLAttributes<HTMLSpanElement>: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Text Shimmer component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/text-shimmer`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Text Shimmer require?

Text Shimmer has no npm dependencies beyond React and Tailwind CSS itself, so there is nothing extra to install or keep updated.

Can I theme Text Shimmer to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services