Skip to main content
Clever Ops

Countdown Rail Banner

Slim offer rail, one line of copy, an inline mini countdown that rolls its digits, a preformatted end label, and a single CTA. Urgency at strip scale, whisper volume.

Preview & code

Loading Countdown Rail Banner preview

Installation

pnpm dlx shadcn@latest add @cleverui/banner-countdown-rail

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

Usage

tsx
import { BannerCountdownRail } from '@/components/blocks/banner-countdown-rail'
Exampletsx
import { BannerCountdownRail } from '@/components/blocks/banner-countdown-rail'

export default function BannerCountdownRailDemo() {
  return (
    <div className="flex min-h-[240px] flex-col justify-center">
      <BannerCountdownRail
        message="Founding plan pricing ends soon, lock $29/mo before the public list."
        endsAt="2026-07-20T23:59:00.000Z"
        endsAtLabel="Ends Sun 20 Jul, 11:59pm"
        now="2026-07-13T14:30:00.000Z"
        cta={{ label: 'Claim founding plan', href: '#' }}
      />
    </div>
  )
}

API reference

BannerCountdownRail accepts the following props.

PropTypeDefaultDescription
message*stringthe offer line, e.g. 'Launch pricing ends soon'
endsAt*Date | stringcountdown target datetime (ISO string ok)
endsAtLabel*stringPREFORMATTED visible end text, e.g. 'Ends Sun 20 Jul, 11:59pm', the only date text ever rendered server-side
nowDate | stringreference time for deterministic SSR/demos; live clients omit
cta*{ label: string; href: string }the single compact button docked at the right edge

…plus everything from Omit< React.HTMLAttributes<HTMLElement>, 'onDrag' | 'onDragStart' | 'onDragEnd' | 'onAnimationStart' >: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Countdown Rail Banner component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/banner-countdown-rail`. 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 Countdown Rail Banner require?

Countdown Rail Banner uses motion on top of React and Tailwind CSS. You don't need to install it manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Countdown Rail Banner 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