Skip to main content
Clever Ops

Index Sheet Footer

A footer set like a book's index, dense, beautifully-ordered link columns with mono folio numbers, a hairline frame, and a colophon line. For sites with real depth.

Preview & code

Loading Index Sheet Footer preview

Installation

pnpm dlx shadcn@latest add @cleverui/footer-index-sheet

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

Usage

tsx
import { FooterIndexSheet } from '@/components/blocks/footer-index-sheet'
Exampletsx
import { FooterIndexSheet } from '@/components/blocks/footer-index-sheet'

export default function FooterIndexSheetDemo() {
  return (
    <div className="mx-auto w-full max-w-6xl">
      <FooterIndexSheet
        brand="Fieldnote Press"
        colophon="Set in public-domain plates · Printed on digital stock · Portland"
        sections={[
          {
            label: 'Catalog',
            links: [
              { label: 'New arrivals', href: '#' },
              { label: 'Field guides', href: '#' },
              { label: 'Monographs', href: '#' },
              { label: 'Gift cards', href: '#' },
            ],
          },
          {
            label: 'Reading',
            links: [
              { label: 'Editor letters', href: '#' },
              { label: 'Annotations', href: '#' },
              { label: 'Author notes', href: '#' },
            ],
          },
          {
            label: 'Studio',
            links: [
              { label: 'About the press', href: '#' },
              { label: 'Visiting hours', href: '#' },
              { label: 'Submissions', href: '#' },
            ],
          },
          {
            label: 'Account',
            links: [
              { label: 'Orders', href: '#' },
              { label: 'Wishlist', href: '#' },
              { label: 'Trade login', href: '#' },
            ],
          },
          {
            label: 'Support',
            links: [
              { label: 'Shipping', href: '#' },
              { label: 'Returns', href: '#' },
              { label: 'Contact', href: '#' },
            ],
          },
        ]}
        meta={['© 2026 Fieldnote Press', 'ISSN 2741-8820', 'Edition 48']}
      />
    </div>
  )
}

API reference

FooterIndexSheet accepts the following props.

PropTypeDefaultDescription
sections*{ label: string; links: { label: string; href: string }[] }[]3–6 columns of grouped links
brandstring
colophonstringone-line set-in-type credit
metastring[][]

…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 Index Sheet 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-index-sheet`. 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 Index Sheet Footer require?

Index Sheet 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 Index Sheet 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