Skip to main content
Clever Ops

Blueprint Scan

A small drafting plate under survey, a hairline sweep crosses it while corner registration ticks resolve in its wake, holds, and rescans. The sweep carries the only primary ink. SVG and motion.

Preview & code

Loading Blueprint Scan preview

Installation

pnpm dlx shadcn@latest add @cleverui/loader-blueprint-scan

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

Usage

tsx
import { LoaderBlueprintScan } from '@/components/ui/loader-blueprint-scan'
Exampletsx
import { LoaderBlueprintScan } from '@/components/ui/loader-blueprint-scan'

export default function LoaderBlueprintScanDemo() {
  return (
    <div className="mx-auto flex min-h-[360px] max-w-md flex-col items-center justify-center gap-8 px-6 py-20">
      <div className="flex w-full max-w-sm flex-col items-center gap-6 rounded-2xl border border-border/60 bg-card px-6 py-10">
        <LoaderBlueprintScan size={64} label="Scanning site plan" />
        <div className="space-y-2 text-center">
          <p className="font-mono text-[11px] uppercase tracking-[0.2em] text-muted-foreground">
            Field registration
          </p>
          <p className="text-base font-semibold tracking-tight text-foreground">
            Aligning parcel 14-B grid
          </p>
          <p className="max-w-xs text-sm leading-relaxed text-muted-foreground">
            Sweeping the 2024 cadastral plate against stake-out marks before the
            crew packs out.
          </p>
        </div>
      </div>
    </div>
  )
}

API reference

LoaderBlueprintScan accepts the following props.

PropTypeDefaultDescription
sizenumber56plate width in px (height is 3/4 of width)
labelstring'Loading'sr-only status text
speednumber1timeline speed multiplier

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

Frequently asked questions

How do I install the Blueprint Scan component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/loader-blueprint-scan`. 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 Blueprint Scan require?

Blueprint Scan 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 Blueprint Scan 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