BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/@nswds/ui/footer-simple-centred

Footer — Simple Centred

nswds-ui/footer-simple-centred
FreeBlock

Everything centred under the NSW Government logo: the smallest footer that still carries acknowledgement of Country, legal links and ownership.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/digitalnsw/nswds-ui/main/apps/registry/public/r/footer-simple-centred.json

Source

src/patterns/footer-simple-centred.tsxraw.githubusercontent.com/digitalnsw/nswds-ui/main/apps/registry/public/r/footer-simple-centred.json
1import type * as React from 'react'
2
3import {
4 Footer,
5 FooterAcknowledgement,
6 FooterLegalLinks,
7 FooterSmallPrint,
8} from '@/components/footer'
9import { Logo } from '@/components/logo'
10import { Separator } from '@/components/separator'
11
12// ── Sample content — replace with your service's own ────────────────────────
13const legalLinksSample = [
14 { name: 'Accessibility', href: '#accessibility' },
15 { name: 'Privacy', href: '#privacy' },
16 { name: 'Copyright', href: '#copyright' },
17 { name: 'Contact us', href: '#contact' },
18]
19
20const departmentSample = 'Digital NSW, Department of Customer Service'
21
22type FooterSimpleCentredProps = Omit<
23 React.ComponentProps<typeof Footer>,
24 'acknowledgement' | 'children' | 'smallPrint'
25>
26
27/**
28 * Everything centred under the NSW Government logo — the smallest footer that
29 * still carries acknowledgement of Country, legal links and ownership. Suits a
30 * single-purpose service or campaign site with no site map to show.
31 *
32 * Composes the parts directly inside a bare `Footer` (rather than using its
33 * `legalLinks` prop) because the built-in link row left-aligns from `lg` up,
34 * and this layout stays centred at every width.
35 *
36 * `logoType='default'` is correct for any surface that is light in light mode
37 * and dark in dark mode — the logo is blue-800 on light, white on dark. On a
38 * surface that is dark in BOTH themes (`-600`/`-800` colours) switch to
39 * `logoType='mono-white'`, or the mark disappears into the background.
40 */
41export function FooterSimpleCentred({
42 legalLinks = legalLinksSample,
43 socialLinks,
44 department = departmentSample,
45 year,
46 ...props
47}: FooterSimpleCentredProps) {
48 return (
49 <Footer {...props} acknowledgement={false} smallPrint={false}>
50 <div className='flex justify-center py-4'>
51 <Logo className='h-14 w-auto' />
52 </div>
53 <FooterAcknowledgement className='justify-center'>
54 <span className='mx-auto block max-w-2xl text-center'>
55 We acknowledge the Traditional Custodians of the land on which we work and live, and pay
56 our respects to Elders past, present and emerging.
57 </span>
58 </FooterAcknowledgement>
59 <Separator decorative className='my-4 bg-(--footer-border)' />
60 <FooterLegalLinks legalLinks={legalLinks} className='lg:justify-center' />
61 <FooterSmallPrint
62 department={department}
63 socialLinks={socialLinks}
64 year={year}
65// … truncated

What it pulls in

Other registry items

  • https://ui.digital.nsw.gov.au/registry/r/theme.json
  • https://ui.digital.nsw.gov.au/registry/r/footer.json
  • https://ui.digital.nsw.gov.au/registry/r/logo.json
  • https://ui.digital.nsw.gov.au/registry/r/separator.json

Files it writes

  • src/patterns/footer-simple-centred.tsx

Facts

Registry
@nswds/ui
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-20
Last confirmed
today

Go to the source

ui.digital.nsw.gov.au digitalnsw/nswds-ui on GitHub Raw registry item This item as JSON

More from @nswds/ui

All 46 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Footer — Collapsible Site Mapfooter-accordion@nswds/uiBlocksFreeno deps
Footer — Compact Barfooter-compact@nswds/uiBlocksFreeno deps
Footer — Contact Detailsfooter-contact@nswds/uiBlocksFreeno deps
Footer — Call to Actionfooter-cta@nswds/uiBlocksFreeno deps
Footer — Newsletterfooter-newsletter@nswds/uiBlocksFreeno deps
Footer — Site Mapfooter-sitemap@nswds/uiBlocksFreeno deps
Footer — Site Map with Brandfooter-sitemap-brand@nswds/uiBlocksFreeno deps
Forgot Password Formforgot-password-form@nswds/uiBlocksFreeno deps

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

KitGrade

SaaS starter kits, scored on what can be checked

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex