Skip to main content
Clever Ops

Blueprint Block Footer

The footer as an engineering drawing's title block, a hairline grid of zones for brand, revision, field pairs, socials, and legal. The drafting identity literalized.

Preview & code

Loading Blueprint Block Footer preview

Installation

pnpm dlx shadcn@latest add @cleverui/footer-blueprint-block

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

Usage

tsx
import { FooterBlueprintBlock } from '@/components/blocks/footer-blueprint-block'
Exampletsx
import { FooterBlueprintBlock } from '@/components/blocks/footer-blueprint-block'

export default function FooterBlueprintBlockDemo() {
  return (
    <div className="mx-auto w-full max-w-6xl">
      <FooterBlueprintBlock
        brand="Studio Fieldnote"
        tagline="Drafting systems for product teams who ship with a measured hand."
        revision="REV 2026.07"
        fields={[
          { label: 'Drawn by', value: 'M. Harlan' },
          { label: 'Scale', value: '1:1' },
          { label: 'Sheet', value: 'A-03' },
          { label: 'Client', value: 'Northline Ops' },
          { label: 'Date', value: '14 Jul 2026' },
          { label: 'Project', value: 'Title block system' },
        ]}
        socials={[
          { label: 'Are.na', href: '#' },
          { label: 'LinkedIn', href: '#' },
          { label: 'GitHub', href: '#' },
        ]}
        legal={[
          '© 2026 Studio Fieldnote',
          'Portland · Melbourne',
          'All rights reserved',
        ]}
      />
    </div>
  )
}

API reference

FooterBlueprintBlock accepts the following props.

PropTypeDefaultDescription
brand*string
taglinestring
revisionstringmono revision stamp, e.g. 'REV 2026.07'
fields{ label: string; value: string }[][]title-block field pairs, max 6
socials{ label: string; href: string }[][]
legalstring[][]mono bottom-rail strings joined by · separators

…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 Blueprint Block Footer component?

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

Blueprint Block Footer 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 Block Footer 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