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
| Prop | Type | Default | Description |
|---|---|---|---|
copyright | String | Current year string | Copyright text |
links | Array | Privacy & Terms defaults | Legal 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.
