Skip to main content
Clever Ops

Masthead Footer

A broadsheet masthead footer for React sites, nameplate between double rules, mono edition line, a real Tailwind newsletter form leading the sections, and a quiet legal rail.

Preview & code

Loading Masthead Footer preview

Installation

pnpm dlx shadcn@latest add @cleverui/footer-masthead

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

Usage

tsx
import { FooterMasthead } from '@/components/blocks/footer-masthead'
Exampletsx
import { FooterMasthead } from '@/components/blocks/footer-masthead'

export default function FooterMastheadDemo() {
  return (
    <div className="mx-auto w-full max-w-6xl">
      <FooterMasthead
        nameplate="The Dispatch"
        edition="Vol. 04, Melbourne · Est. 2021"
        newsletter={{
          heading: 'Morning briefing',
          blurb:
            'One tight email on product shipping, market structure, and the tools we build, Tuesdays, 7am AEST.',
          placeholder: 'you@studio.com',
          buttonLabel: 'Subscribe',
          onSubmit: () => {},
        }}
        sections={[
          {
            label: 'Product',
            links: [
              { label: 'Ledger sync', href: '#' },
              { label: 'Policy engine', href: '#' },
              { label: 'Audit trails', href: '#' },
              { label: 'Webhooks', href: '#' },
              { label: 'API reference', href: '#' },
              { label: 'SDKs', href: '#' },
            ],
          },
          {
            label: 'Solutions',
            links: [
              { label: 'Lending desks', href: '#' },
              { label: 'Payments ops', href: '#' },
              { label: 'Brokerages', href: '#' },
              { label: 'Insurers', href: '#' },
              { label: 'Enterprise IT', href: '#' },
            ],
          },
          {
            label: 'Resources',
            links: [
              { label: 'Documentation', href: '#' },
              { label: 'Guides', href: '#' },
              { label: 'Templates', href: '#' },
              { label: 'Changelog', href: '#' },
              { label: 'Status', href: '#' },
              { label: 'Community', href: '#' },
            ],
          },
          {
            label: 'Company',
            links: [
              { label: 'About', href: '#' },
              { label: 'Customers', href: '#' },
              { label: 'Careers', href: '#' },
              { label: 'Press kit', href: '#' },
              { label: 'Contact', href: '#' },
            ],
          },
          {
            label: 'Legal',
            links: [
              { label: 'Privacy', href: '#' },
              { label: 'Terms', href: '#' },
              { label: 'DPA', href: '#' },
              { label: 'Subprocessors', href: '#' },
              { label: 'Licences', href: '#' },
            ],
          },
        ]}
        legalLinks={[
          { label: 'Privacy', href: '#' },
          { label: 'Terms', href: '#' },
          { label: 'Cookies', href: '#' },
        ]}
        copyright="© 2026 Northstack LLC"
      />
    </div>
  )
}

API reference

FooterMasthead accepts the following props.

PropTypeDefaultDescription
nameplate*stringbrand set as the masthead nameplate, also the footer's accessible heading
editionstringmono dateline, e.g. 'Vol. 04, Melbourne · Est. 2021'
newsletter{ heading?: string blurb?: string placeholder?: string buttonLabel?: string onSubmit?: (email: string) => void }real form; root omits native onSubmit so this keeps (email: string) => void
sections*{ label: string; links: { label: string; href: string }[] }[]3-5 newspaper-section columns of 5-8 links each
legalLinks{ label: string; href: string }[][]bottom-rail links, Privacy, Terms, Cookies
copyrightstringe.g. '© 2026 Northstack LLC', pass the year in copy, no Date in render

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

Frequently asked questions

How do I install the Masthead 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-masthead`. 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 Masthead Footer require?

Masthead 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 Masthead 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