X Enterprises
nuxt-x-marketing

LayoutFooterLegal

Lightweight legal footer strip with copyright text and policy links.

LayoutFooterLegal

A minimal one-row legal strip suitable for pages that already have a full footer or need a standalone copyright bar.

Components

<XMarkLayoutFooterLegal />

A minimal one-row legal strip suitable for pages that already have a full footer or need a standalone copyright bar.

<XMarkLayoutFooterLegal
  copyright="© 2025 Acme Inc. All rights reserved."
  :links="[
    { label: 'Privacy Policy', to: '/privacy' },
    { label: 'Terms of Service', to: '/terms' },
    { label: 'Cookie Policy', to: '/cookies' },
  ]"
/>

Props

PropTypeDefaultDescription
copyrightStringCurrent year stringCopyright text
linksArrayPrivacy & Terms defaultsLegal links [{ label, to }]

AI Context

category: Layout
package: "@xenterprises/nuxt-x-marketing"
components:
  - XMarkLayoutFooterLegal
use-when: >
  Adding a minimal copyright and legal links bar to pages that already have a
  full footer, or to standalone landing pages that need only a lightweight
  legal strip.
typical-page-section: Bottom of page, below main footer content.
Copyright © 2026