Skip to main content
Clever Ops

Text Fill Scrub

An outline headline that fills with ink as the section scrolls, a clipped level rises through SVG glyphs under a meniscus hairline. React + Tailwind tokens, zero dependencies.

Preview & code

Loading Text Fill Scrub preview

Installation

pnpm dlx shadcn@latest add @cleverui/text-fill-scrub

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

Usage

tsx
import { TextFillScrub } from '@/components/blocks/text-fill-scrub'
Exampletsx
import { TextFillScrub } from '@/components/blocks/text-fill-scrub'

export default function TextFillScrubDemo() {
  return (
    <div>
      <TextFillScrub
        eyebrow="Lab · Hydrostatic type"
        headline="INK LEVEL"
        description="The glyphs act as the vessel: scroll raises the ink through them while a meniscus hairline tracks the level against the graded scale. Scrub back down and the letters drain to exactly the same line, the level is a pure function of scroll."
      />
      {/* scroll runway so the level has room to rise in context */}
      <div aria-hidden="true" className="h-[70vh]" />
    </div>
  )
}

API reference

TextFillScrub accepts the following props.

PropTypeDefaultDescription
eyebrowstring
headline*stringthe vessel word(s), short headlines read best (≤ 14 glyphs)
descriptionstring
posterFillnumber0.62designed park level for reduced motion and first paint, 0–1

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

Frequently asked questions

How do I install the Text Fill Scrub 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-fill-scrub`. 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 Fill Scrub require?

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

Can I theme Text Fill Scrub 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