Skip to main content
Clever Ops

Atlas Footer

A global-presence footer for React sites, offices with mono coordinates, addresses, and dl contact pairs beside Tailwind directory columns, closed by a quiet legal rail.

Preview & code

Loading Atlas Footer preview

Installation

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

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

Usage

tsx
import { FooterAtlas } from '@/components/blocks/footer-atlas'
Exampletsx
import { FooterAtlas } from '@/components/blocks/footer-atlas'

export default function FooterAtlasDemo() {
  return (
    <div className="mx-auto w-full max-w-6xl">
      <FooterAtlas
        brand="Northstack"
        tagline="Offices that stay close to the rails we run, Melbourne HQ, with desks in Singapore and San Francisco."
        offices={[
          {
            city: 'Melbourne',
            coords: '37.8136° S, 144.9631° E',
            address: ['Level 12, 120 Collins Street', 'Melbourne VIC 3000', 'Australia'],
            email: 'melbourne@northstack.io',
            phone: '+61 3 9000 2140',
            primary: true,
          },
          {
            city: 'Singapore',
            coords: '1.2801° N, 103.8509° E',
            address: ['22 Malacca Street, #12-03', 'Singapore 048980'],
            email: 'singapore@northstack.io',
            phone: '+65 6911 4088',
          },
          {
            city: 'San Francisco',
            coords: '37.7897° N, 122.3972° W',
            address: ['535 Mission Street, Suite 1800', 'San Francisco CA 94105'],
            email: 'sf@northstack.io',
            phone: '+1 415 555 0192',
          },
        ]}
        sections={[
          {
            label: 'Product',
            links: [
              { label: 'Ledger sync', href: '#' },
              { label: 'Policy engine', href: '#' },
              { label: 'Audit trails', href: '#' },
              { label: 'API reference', href: '#' },
            ],
          },
          {
            label: 'Company',
            links: [
              { label: 'About', href: '#' },
              { label: 'Careers', href: '#' },
              { label: 'Press', href: '#' },
              { label: 'Partners', href: '#' },
            ],
          },
          {
            label: 'Resources',
            links: [
              { label: 'Docs', href: '#' },
              { label: 'Status', href: '#' },
              { label: 'Security', href: '#' },
              { label: 'Guides', href: '#' },
            ],
          },
          {
            label: 'Support',
            links: [
              { label: 'Help center', href: '#' },
              { label: 'Contact sales', href: '#' },
              { label: 'SLA', href: '#' },
              { label: 'Onboarding', href: '#' },
            ],
          },
        ]}
        legalLinks={[
          { label: 'Privacy', href: '#' },
          { label: 'Terms', href: '#' },
          { label: 'Cookies', href: '#' },
        ]}
        copyright="© 2026 Northstack LLC"
      />
    </div>
  )
}

API reference

FooterAtlas accepts the following props.

PropTypeDefaultDescription
brandstring
taglinestring
offices*{ city: string coords?: string address: string[] email?: string phone?: string primary?: boolean }[]2-4 offices; coords e.g. '37.8136° S, 144.9631° E'; primary marks HQ
sections{ label: string; links: { label: string; href: string }[] }[][]2-4 link columns of 4-6 links, lighter than the office roster
legalLinks{ label: string; href: string }[][]
copyrightstringe.g. '© 2026 Northstack LLC', pass the year in copy, no Date in render

…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 Atlas 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-atlas`. 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 Atlas Footer require?

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