Skip to main content
Clever Ops

Giant Type Footer

The footer as a signature, an oversized brand word rises from the page bottom as you arrive, above a quiet mono meta row. The last impression treated like the first.

Preview & code

Loading Giant Type Footer preview

Installation

pnpm dlx shadcn@latest add @cleverui/footer-giant-type

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

Usage

tsx
import { FooterGiantType } from '@/components/blocks/footer-giant-type'
Exampletsx
import { FooterGiantType } from '@/components/blocks/footer-giant-type'

export default function FooterGiantTypeDemo() {
  return (
    <div className="mx-auto w-full max-w-6xl">
      <FooterGiantType
        brandWord="Northline"
        columns={[
          {
            label: 'Studio',
            links: [
              { label: 'Work', href: '#' },
              { label: 'Approach', href: '#' },
              { label: 'Journal', href: '#' },
            ],
          },
          {
            label: 'Practice',
            links: [
              { label: 'Brand systems', href: '#' },
              { label: 'Product UI', href: '#' },
              { label: 'Motion design', href: '#' },
            ],
          },
          {
            label: 'Company',
            links: [
              { label: 'Partners', href: '#' },
              { label: 'Careers', href: '#' },
              { label: 'Contact', href: '#' },
            ],
          },
        ]}
        meta={[
          '© 2026 Northline Studio',
          'Portland',
          'All systems go',
        ]}
        socials={[
          { label: 'Instagram', href: '#' },
          { label: 'Are.na', href: '#' },
          { label: 'LinkedIn', href: '#' },
        ]}
      />
    </div>
  )
}

API reference

FooterGiantType accepts the following props.

PropTypeDefaultDescription
brandWord*stringthe oversized word, brand or a sign-off like "Talk soon"
columns{ label: string; links: { label: string; href: string }[] }[][]up to 4 quiet link columns above the word
metastring[][]mono meta row (©, city, 'All systems go')
socials{ label: string; href: string }[][]

…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 Giant Type 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-giant-type`. 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 Giant Type Footer require?

Giant Type 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 Giant Type 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