Files
WRNexusJSDoc/app/pages/components/public-footer.wrn
T

663 lines
42 KiB
Plaintext

page PublicFootercomponent {
seo {
title = "PublicFooter component"
description = "Reusable public footer component."
}
view {
<div class="docs-shell">
<SkipLink label="Skip to content" href="#main" class="docs-skip-link" />
<header class="topbar">
<a class="brand" href="/"><span>W</span> WRNexusJS</a>
<nav aria-label="Primary"><a href="/getting-started">Get started</a><a href="/packages">Packages</a><a href="/components">Components</a><a href="/language">Language</a><a href="/architecture">Architecture</a></nav>
<div class="topbar-actions"><a class="preview-pill" href="/access">Private preview · v0.2.78</a><button data-wire-theme-toggle class="theme-button" aria-label="Toggle color theme" title="Toggle color theme">◐</button></div>
</header>
<div class="mobile-doc-nav"><details><summary>Browse documentation</summary><nav><a href="/getting-started">Get started</a><a href="/packages">Packages</a><a href="/components">Components</a><a href="/language">Language</a><a href="/architecture">Architecture</a><a href="/tutorial">Tutorial</a><a href="/guides/project-structure">Guides</a><a href="/examples">Examples</a><a href="/search">Search</a></nav></details></div>
<main class="portal-main docs-layout component-detail-page"><article id="main" class="documentation prose standalone"><nav class="breadcrumbs" aria-label="Breadcrumb"><a href="/">Home</a><span>/</span><a href="/components">Components</a><span>/</span><span aria-current="page">PublicFooter</span></nav><section class="doc-intro"><span class="eyebrow">core component</span><h1>PublicFooter</h1><p>Reusable public footer component.</p><div class="doc-meta"><span>@wrnexus/ui 0.2.78</span><span>37 props</span><span>1 slots</span><span>1 events</span></div></section><section id="usage"><h2>Usage</h2><p>Components are auto-discovered. Use the component directly in any <code>.wrn</code> view:</p><pre data-language="wrn"><code>&lt;PublicFooter
homeHref=&quot;/&quot;
brandName=&quot;WRNexusJS&quot;
brandTagline=&quot;Identity Cloud&quot;
brandAriaLabel=&quot;WRNexusJS home&quot;
brandIcon=&quot;icon-[lucide--blocks]&quot;
/&gt;</code></pre><p>Legacy mount name: <code>data-component=&quot;PublicFooter&quot;</code>.</p></section><section id="props"><h2>Props and attributes</h2><div class="table-wrap"><table><thead><tr><th>Prop</th><th>Type</th><th>Requirement</th><th>Default</th></tr></thead><tbody><tr><td><code>class</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;&quot;</code></td></tr><tr><td><code>homeHref</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;/&quot;</code></td></tr><tr><td><code>brandName</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;WRNexusJS&quot;</code></td></tr><tr><td><code>brandTagline</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Identity Cloud&quot;</code></td></tr><tr><td><code>brandAriaLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;WRNexusJS home&quot;</code></td></tr><tr><td><code>brandIcon</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;icon-[lucide--blocks]&quot;</code></td></tr><tr><td><code>brandDescription</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Secure authentication, user management, organizations, authorization, and enterprise identity for modern applications.&quot;</code></td></tr><tr><td><code>statusLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;All systems operational&quot;</code></td></tr><tr><td><code>statusHref</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;/status&quot;</code></td></tr><tr><td><code>newsletterEyebrow</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;WRNexusJS updates&quot;</code></td></tr><tr><td><code>newsletterTitle</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Identity insights delivered to your inbox&quot;</code></td></tr><tr><td><code>newsletterDescription</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Get product updates, security guidance, implementation strategies, and practical identity architecture resources.&quot;</code></td></tr><tr><td><code>newsletterAction</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;/api/newsletter/subscribe&quot;</code></td></tr><tr><td><code>newsletterButtonLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Subscribe&quot;</code></td></tr><tr><td><code>newsletterPlaceholder</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Enter your work email&quot;</code></td></tr><tr><td><code>newsletterSuccessMessage</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Thanks. Please check your inbox to confirm your subscription.&quot;</code></td></tr><tr><td><code>newsletterPrivacyLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;privacy policy&quot;</code></td></tr><tr><td><code>newsletterPrivacyHref</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;/privacy&quot;</code></td></tr><tr><td><code>newsletterFinePrintPrefix</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;No spam. Unsubscribe at any time. Read our&quot;</code></td></tr><tr><td><code>newsletterFinePrintSuffix</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;.&quot;</code></td></tr><tr><td><code>newsletterEmailLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Work email address&quot;</code></td></tr><tr><td><code>newsletterEmailName</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;email&quot;</code></td></tr><tr><td><code>copyrightText</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;© 2026 WRNexusJS. All rights reserved.&quot;</code></td></tr><tr><td><code>attributionText</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Built by WorkRoot Workspace.&quot;</code></td></tr><tr><td><code>showNewsletter</code></td><td><code>boolean</code></td><td>Optional</td><td><code>true</code></td></tr><tr><td><code>showSocialLinks</code></td><td><code>boolean</code></td><td>Optional</td><td><code>true</code></td></tr><tr><td><code>showThemeToggle</code></td><td><code>boolean</code></td><td>Optional</td><td><code>true</code></td></tr><tr><td><code>showStatus</code></td><td><code>boolean</code></td><td>Optional</td><td><code>true</code></td></tr><tr><td><code>showCookiePreferences</code></td><td><code>boolean</code></td><td>Optional</td><td><code>true</code></td></tr><tr><td><code>cookiePreferencesLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Cookie preferences&quot;</code></td></tr><tr><td><code>themeLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Theme&quot;</code></td></tr><tr><td><code>themeToggleLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Toggle color theme&quot;</code></td></tr><tr><td><code>legalTitle</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Legal&quot;</code></td></tr><tr><td><code>socialLinks</code></td><td><code>PublicFooterLink[]</code></td><td>Optional</td><td><code>[]</code></td></tr><tr><td><code>navigationColumns</code></td><td><code>PublicFooterColumn[]</code></td><td>Optional</td><td><code>[]</code></td></tr><tr><td><code>legalLinks</code></td><td><code>PublicFooterLink[]</code></td><td>Optional</td><td><code>[]</code></td></tr><tr><td><code>navigationAriaLabel</code></td><td><code>string</code></td><td>Optional</td><td><code>&quot;Footer navigation&quot;</code></td></tr></tbody></table></div></section><section id="slots"><h2>Slots</h2><ul><li><code>navigation</code></li></ul></section><section id="events"><h2>Events</h2><ul><li><code>submit</code></li></ul></section><section id="source"><h2>Source contract</h2><p>Installed source: <code>components/PublicFooter.wrn</code></p><pre data-language="wrn"><code>component PublicFooter &#123;
types &#123;
interface PublicFooterLink &#123;
label: string
href: string
ariaLabel?: string
target?: string
icon?: string
&#125;
interface PublicFooterColumn &#123;
title: string
links: PublicFooterLink[]
&#125;
&#125;
props &#123;
class: string = &quot;&quot;
homeHref: string = &quot;/&quot;
brandName: string = &quot;WRNexusJS&quot;
brandTagline: string = &quot;Identity Cloud&quot;
brandAriaLabel: string = &quot;WRNexusJS home&quot;
brandIcon: string = &quot;icon-[lucide--blocks]&quot;
brandDescription: string = &quot;Secure authentication, user management, organizations, authorization, and enterprise identity for modern applications.&quot;
statusLabel: string = &quot;All systems operational&quot;
statusHref: string = &quot;/status&quot;
newsletterEyebrow: string = &quot;WRNexusJS updates&quot;
newsletterTitle: string = &quot;Identity insights delivered to your inbox&quot;
newsletterDescription: string = &quot;Get product updates, security guidance, implementation strategies, and practical identity architecture resources.&quot;
newsletterAction: string = &quot;/api/newsletter/subscribe&quot;
newsletterButtonLabel: string = &quot;Subscribe&quot;
newsletterPlaceholder: string = &quot;Enter your work email&quot;
newsletterSuccessMessage: string = &quot;Thanks. Please check your inbox to confirm your subscription.&quot;
newsletterPrivacyLabel: string = &quot;privacy policy&quot;
newsletterPrivacyHref: string = &quot;/privacy&quot;
newsletterFinePrintPrefix: string = &quot;No spam. Unsubscribe at any time. Read our&quot;
newsletterFinePrintSuffix: string = &quot;.&quot;
newsletterEmailLabel: string = &quot;Work email address&quot;
newsletterEmailName: string = &quot;email&quot;
copyrightText: string = &quot;© 2026 WRNexusJS. All rights reserved.&quot;
attributionText: string = &quot;Built by WorkRoot Workspace.&quot;
showNewsletter: boolean = true
showSocialLinks: boolean = true
showThemeToggle: boolean = true
showStatus: boolean = true
showCookiePreferences: boolean = true
cookiePreferencesLabel: string = &quot;Cookie preferences&quot;
themeLabel: string = &quot;Theme&quot;
themeToggleLabel: string = &quot;Toggle color theme&quot;
legalTitle: string = &quot;Legal&quot;
socialLinks: PublicFooterLink[] = []
navigationColumns: PublicFooterColumn[] = []
legalLinks: PublicFooterLink[] = []
navigationAriaLabel: string = &quot;Footer navigation&quot;
&#125;
state email = &quot;&quot;
state newsletterSubmitted = false
view &#123;
&lt;footer
class=&quot;relative overflow-hidden border-t border-slate-200 bg-slate-50 dark:border-white/10 dark:bg-slate-950 &#123;class&#125;&quot;
&gt;
&lt;!-- Decorative background --&gt;
&lt;div
aria-hidden=&quot;true&quot;
class=&quot;pointer-events-none absolute inset-x-0 top-0 h-96 overflow-hidden&quot;
&gt;
&lt;div class=&quot;absolute -left-32 -top-48 h-96 w-96 rounded-full bg-indigo-300/20 blur-3xl dark:bg-indigo-500/10&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;absolute -right-32 -top-48 h-96 w-96 rounded-full bg-violet-300/20 blur-3xl dark:bg-violet-500/10&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;relative w-full px-5 py-12 sm:px-8 lg:px-10 lg:py-16 xl:px-12&quot;&gt;
&lt;!-- Newsletter and CTA --&gt;
&lt;section data-show=&quot;showNewsletter&quot;
aria-labelledby=&quot;footer-newsletter-title&quot;
class=&quot;relative overflow-hidden rounded-3xl border border-indigo-200 bg-linear-to-br from-indigo-50 via-white to-violet-50 p-6 shadow-xl shadow-indigo-950/5 dark:border-indigo-500/20 dark:from-indigo-500/10 dark:via-slate-900 dark:to-violet-500/10 sm:p-8 lg:p-10&quot;
&gt;
&lt;div aria-hidden=&quot;true&quot; class=&quot;absolute -right-24 -top-24 h-64 w-64 rounded-full bg-indigo-300/30 blur-3xl dark:bg-indigo-500/10&quot; &gt;
&lt;/div&gt;
&lt;div aria-hidden=&quot;true&quot; class=&quot;absolute -bottom-24 -left-24 h-64 w-64 rounded-full bg-violet-300/30 blur-3xl dark:bg-violet-500/10&quot; &gt;
&lt;/div&gt;
&lt;div class=&quot;relative grid items-center gap-8 lg:grid-cols-[minmax(0,1fr)_minmax(22rem,0.75fr)]&quot;&gt;
&lt;div&gt;
&lt;span
class=&quot;inline-flex items-center gap-2 rounded-full border border-indigo-200 bg-white/70 px-3 py-1.5 text-xs font-semibold text-indigo-700 backdrop-blur-sm dark:border-indigo-500/20 dark:bg-white/5 dark:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--mail-plus] h-3.5 w-3.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&#123;newsletterEyebrow&#125;
&lt;/span&gt;
&lt;h2
id=&quot;footer-newsletter-title&quot;
class=&quot;mt-5 max-w-2xl text-2xl font-bold tracking-tight text-slate-950 dark:text-white sm:text-3xl&quot;
&gt;
&#123;newsletterTitle&#125;
&lt;/h2&gt;
&lt;p class=&quot;mt-3 max-w-2xl text-sm leading-6 text-slate-600 dark:text-slate-400 sm:text-base&quot;&gt;
&#123;newsletterDescription&#125;
&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;form
method=&quot;post&quot;
action=&quot;&#123;newsletterAction&#125;&quot;
@submit=&quot;newsletterSubmitted = true&quot;
class=&quot;rounded-2xl border border-slate-200 bg-white/80 p-2 shadow-lg shadow-slate-950/5 backdrop-blur-sm dark:border-white/10 dark:bg-white/5&quot;
&gt;
&lt;div class=&quot;flex flex-col gap-2 sm:flex-row&quot;&gt;
&lt;label
class=&quot;sr-only&quot;
for=&quot;footer-newsletter-email&quot;
&gt;
&#123;newsletterEmailLabel&#125;
&lt;/label&gt;
&lt;div class=&quot;relative min-w-0 flex-1&quot;&gt;
&lt;span class=&quot;icon-[lucide--mail] pointer-events-none absolute left-4 top-1/2 h-4 w-4 -translate-y-1/2 text-slate-400&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;input
id=&quot;footer-newsletter-email&quot;
name=&quot;&#123;newsletterEmailName&#125;&quot;
type=&quot;email&quot;
autocomplete=&quot;email&quot;
required
bind:value=&quot;email&quot;
placeholder=&quot;&#123;newsletterPlaceholder&#125;&quot;
class=&quot;h-12 w-full rounded-xl border border-transparent bg-transparent pl-11 pr-4 text-sm text-slate-950 outline-none transition placeholder:text-slate-400 focus:border-indigo-300 focus:bg-white focus:ring-4 focus:ring-indigo-500/10 dark:text-white dark:focus:border-indigo-500/30 dark:focus:bg-slate-900&quot;
/&gt;
&lt;/div&gt;
&lt;button
type=&quot;submit&quot;
class=&quot;group inline-flex h-12 shrink-0 items-center justify-center gap-2 rounded-xl bg-indigo-600 px-5 text-sm font-bold text-white shadow-lg shadow-indigo-600/20 transition hover:-translate-y-0.5 hover:bg-indigo-500 hover:shadow-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500 focus-visible:ring-offset-2 dark:focus-visible:ring-offset-slate-900&quot;
&gt;
&#123;newsletterButtonLabel&#125;
&lt;span class=&quot;icon-[lucide--arrow-right] h-4 w-4 transition-transform group-hover:translate-x-1&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/button&gt;
&lt;/div&gt;
&lt;/form&gt;
&lt;p class=&quot;mt-3 flex items-start gap-2 text-xs leading-5 text-slate-500 dark:text-slate-400&quot;&gt;
&lt;span class=&quot;icon-[lucide--shield-check] mt-0.5 h-3.5 w-3.5 shrink-0&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&#123;newsletterFinePrintPrefix&#125;
&lt;a
href=&quot;&#123;newsletterPrivacyHref&#125;&quot;
class=&quot;font-semibold text-indigo-600 hover:text-indigo-800 dark:text-indigo-400 dark:hover:text-indigo-300&quot;
&gt;
&#123;newsletterPrivacyLabel&#125;
&lt;/a&gt;&#123;newsletterFinePrintSuffix&#125;
&lt;/p&gt;
&lt;div
data-show=&quot;newsletterSubmitted&quot;
role=&quot;status&quot;
class=&quot;mt-3 flex items-center gap-2 rounded-xl border border-emerald-200 bg-emerald-50 px-3 py-2.5 text-sm font-medium text-emerald-800 dark:border-emerald-500/20 dark:bg-emerald-500/10 dark:text-emerald-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--circle-check] h-4 w-4 shrink-0&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&#123;newsletterSuccessMessage&#125;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/section&gt;
&lt;!-- Main footer --&gt;
&lt;div class=&quot;mt-12 grid gap-10 lg:grid-cols-[minmax(16rem,1.25fr)_minmax(0,3fr)] lg:gap-16&quot;&gt;
&lt;!-- Brand --&gt;
&lt;div&gt;
&lt;a
href=&quot;&#123;homeHref&#125;&quot;
aria-label=&quot;&#123;brandAriaLabel&#125;&quot;
class=&quot;group inline-flex items-center gap-3 rounded-xl focus:outline-none focus-visible:ring-2 focus-visible:ring-indigo-500&quot;
&gt;
&lt;span
class=&quot;grid h-11 w-11 place-items-center rounded-2xl bg-indigo-600 text-white shadow-lg shadow-indigo-600/20 transition group-hover:-translate-y-0.5 group-hover:bg-indigo-500&quot;
&gt;
&lt;span class=&quot;&#123;brandIcon&#125; h-5 w-5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span&gt;
&lt;span class=&quot;block text-lg font-bold tracking-tight text-slate-950 dark:text-white&quot;&gt;
&#123;brandName&#125;
&lt;/span&gt;
&lt;span
class=&quot;block text-[10px] font-semibold uppercase tracking-[0.2em] text-slate-500 dark:text-slate-400&quot;
&gt;
&#123;brandTagline&#125;
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;p class=&quot;mt-5 max-w-sm text-sm leading-6 text-slate-600 dark:text-slate-400&quot;&gt;
&#123;brandDescription&#125;
&lt;/p&gt;
&lt;div data-show=&quot;showStatus&quot; class=&quot;mt-6 flex flex-wrap items-center gap-2&quot;&gt;
&lt;a
href=&quot;&#123;statusHref&#125;&quot;
class=&quot;inline-flex items-center gap-2 rounded-xl border border-emerald-200 bg-emerald-50 px-3 py-2 text-xs font-semibold text-emerald-800 transition hover:border-emerald-300 hover:bg-emerald-100 dark:border-emerald-500/20 dark:bg-emerald-500/10 dark:text-emerald-300 dark:hover:border-emerald-500/30&quot;
&gt;
&lt;span class=&quot;relative flex h-2 w-2&quot;&gt;
&lt;span class=&quot;absolute inline-flex h-full w-full animate-ping rounded-full bg-emerald-400 opacity-60&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;relative inline-flex h-2 w-2 rounded-full bg-emerald-500&quot;&gt;
&lt;/span&gt;
&lt;/span&gt;
&#123;statusLabel&#125;
&lt;/a&gt;
&lt;/div&gt;
&lt;!-- Social links --&gt;
&lt;div data-show=&quot;showSocialLinks&quot; class=&quot;mt-6 flex items-center gap-2&quot;&gt;
&#123;#if socialLinks.length &gt; 0&#125;
&#123;#each socialLinks as item&#125;
&lt;a href=&quot;&#123;item.href&#125;&quot; target=&quot;&#123;item.target || '_blank'&#125;&quot; rel=&quot;noopener noreferrer&quot; aria-label=&quot;&#123;item.ariaLabel || item.label&#125;&quot; class=&quot;grid h-10 w-10 place-items-center rounded-xl border border-slate-200 bg-white text-slate-500 transition hover:border-indigo-300 hover:text-indigo-700 dark:border-white/10 dark:bg-white/5 dark:text-slate-400 dark:hover:border-indigo-500/30 dark:hover:text-indigo-300&quot;&gt;
&lt;span class=&quot;&#123;item.icon || 'icon-[lucide--external-link]'&#125; h-4.5 w-4.5&quot; aria-hidden=&quot;true&quot;&gt;
&lt;/span&gt;
&lt;span class=&quot;sr-only&quot;&gt;&#123;item.label&#125;&lt;/span&gt;
&lt;/a&gt;
&#123;/each&#125;
&#123;:else&#125;
&lt;a
href=&quot;https://github.com/wrnexus&quot;
target=&quot;_blank&quot;
rel=&quot;noopener noreferrer&quot;
aria-label=&quot;WRNexusJS on GitHub&quot;
class=&quot;grid h-10 w-10 place-items-center rounded-xl border border-slate-200 bg-white text-slate-500 transition hover:border-indigo-300 hover:text-indigo-700 dark:border-white/10 dark:bg-white/5 dark:text-slate-400 dark:hover:border-indigo-500/30 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--github] h-4.5 w-4.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;a
href=&quot;https://www.linkedin.com/company/wrnexus&quot;
target=&quot;_blank&quot;
rel=&quot;noopener noreferrer&quot;
aria-label=&quot;WRNexusJS on LinkedIn&quot;
class=&quot;grid h-10 w-10 place-items-center rounded-xl border border-slate-200 bg-white text-slate-500 transition hover:border-indigo-300 hover:text-indigo-700 dark:border-white/10 dark:bg-white/5 dark:text-slate-400 dark:hover:border-indigo-500/30 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--linkedin] h-4.5 w-4.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;a
href=&quot;https://x.com/wrnexus&quot;
target=&quot;_blank&quot;
rel=&quot;noopener noreferrer&quot;
aria-label=&quot;WRNexusJS on X&quot;
class=&quot;grid h-10 w-10 place-items-center rounded-xl border border-slate-200 bg-white text-slate-500 transition hover:border-indigo-300 hover:text-indigo-700 dark:border-white/10 dark:bg-white/5 dark:text-slate-400 dark:hover:border-indigo-500/30 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--twitter] h-4.5 w-4.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;a
href=&quot;https://www.youtube.com/@wrnexus&quot;
target=&quot;_blank&quot;
rel=&quot;noopener noreferrer&quot;
aria-label=&quot;WRNexusJS on YouTube&quot;
class=&quot;grid h-10 w-10 place-items-center rounded-xl border border-slate-200 bg-white text-slate-500 transition hover:border-indigo-300 hover:text-indigo-700 dark:border-white/10 dark:bg-white/5 dark:text-slate-400 dark:hover:border-indigo-500/30 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--youtube] h-4.5 w-4.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&#123;/if&#125;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Navigation columns --&gt;
&lt;nav
aria-label=&quot;&#123;navigationAriaLabel&#125;&quot;
class=&quot;grid grid-cols-2 gap-x-6 gap-y-10 sm:grid-cols-3 xl:grid-cols-5&quot;
&gt;
&lt;slot name=&quot;navigation&quot;&gt;
&#123;#if navigationColumns.length &gt; 0&#125;
&#123;#each navigationColumns as column&#125;
&lt;div&gt;
&lt;h3 class=&quot;text-sm font-bold text-slate-950 dark:text-white&quot;&gt;&#123;column.title&#125;&lt;/h3&gt;
&lt;ul class=&quot;mt-4 space-y-3&quot;&gt;&#123;#each column.links as item&#125;&lt;li&gt;
&lt;a href=&quot;&#123;item.href&#125;&quot; target=&quot;&#123;item.target || '_self'&#125;&quot; aria-label=&quot;&#123;item.ariaLabel || item.label&#125;&quot; class=&quot;footer-link&quot;&gt;&#123;item.label&#125;&lt;/a&gt;
&lt;/li&gt;&#123;/each&#125;&lt;/ul&gt;
&lt;/div&gt;
&#123;/each&#125;
&#123;:else&#125;
&lt;!-- Product --&gt;
&lt;div&gt;
&lt;h3 class=&quot;text-sm font-bold text-slate-950 dark:text-white&quot;&gt;
Product
&lt;/h3&gt;
&lt;ul class=&quot;mt-4 space-y-3&quot;&gt;
&lt;li&gt;
&lt;a
href=&quot;/platform&quot;
class=&quot;footer-link&quot;
&gt;
Platform
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/authentication&quot;
class=&quot;footer-link&quot;
&gt;
Authentication
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/user-management&quot;
class=&quot;footer-link&quot;
&gt;
User management
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/organizations&quot;
class=&quot;footer-link&quot;
&gt;
Organizations
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/authorization&quot;
class=&quot;footer-link&quot;
&gt;
Authorization
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/enterprise-sso&quot;
class=&quot;footer-link&quot;
&gt;
Enterprise SSO
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- Solutions --&gt;
&lt;div&gt;
&lt;h3 class=&quot;text-sm font-bold text-slate-950 dark:text-white&quot;&gt;
Solutions
&lt;/h3&gt;
&lt;ul class=&quot;mt-4 space-y-3&quot;&gt;
&lt;li&gt;
&lt;a
href=&quot;/solutions/startups&quot;
class=&quot;footer-link&quot;
&gt;
Startups
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/solutions/saas&quot;
class=&quot;footer-link&quot;
&gt;
SaaS
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/solutions/enterprise&quot;
class=&quot;footer-link&quot;
&gt;
Enterprise
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/solutions/developers&quot;
class=&quot;footer-link&quot;
&gt;
Developers
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/solutions/agencies&quot;
class=&quot;footer-link&quot;
&gt;
Agencies
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/solutions/b2b&quot;
class=&quot;footer-link&quot;
&gt;
B2B
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- Developers --&gt;
&lt;div&gt;
&lt;h3 class=&quot;text-sm font-bold text-slate-950 dark:text-white&quot;&gt;
Developers
&lt;/h3&gt;
&lt;ul class=&quot;mt-4 space-y-3&quot;&gt;
&lt;li&gt;
&lt;a
href=&quot;/docs&quot;
class=&quot;footer-link&quot;
&gt;
Documentation
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/docs/api&quot;
class=&quot;footer-link&quot;
&gt;
API reference
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/sdks&quot;
class=&quot;footer-link&quot;
&gt;
SDKs
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/examples&quot;
class=&quot;footer-link&quot;
&gt;
Examples
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/docs/webhooks&quot;
class=&quot;footer-link&quot;
&gt;
Webhooks
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/changelog&quot;
class=&quot;footer-link&quot;
&gt;
Changelog
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- Resources --&gt;
&lt;div&gt;
&lt;h3 class=&quot;text-sm font-bold text-slate-950 dark:text-white&quot;&gt;
Resources
&lt;/h3&gt;
&lt;ul class=&quot;mt-4 space-y-3&quot;&gt;
&lt;li&gt;
&lt;a
href=&quot;/blog&quot;
class=&quot;footer-link&quot;
&gt;
Blog
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/guides&quot;
class=&quot;footer-link&quot;
&gt;
Guides
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/customers&quot;
class=&quot;footer-link&quot;
&gt;
Customers
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/help&quot;
class=&quot;footer-link&quot;
&gt;
Help center
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/security&quot;
class=&quot;footer-link&quot;
&gt;
Security
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/trust&quot;
class=&quot;footer-link&quot;
&gt;
Trust center
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- Company --&gt;
&lt;div&gt;
&lt;h3 class=&quot;text-sm font-bold text-slate-950 dark:text-white&quot;&gt;
Company
&lt;/h3&gt;
&lt;ul class=&quot;mt-4 space-y-3&quot;&gt;
&lt;li&gt;
&lt;a
href=&quot;/about&quot;
class=&quot;footer-link&quot;
&gt;
About
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/careers&quot;
class=&quot;footer-link&quot;
&gt;
Careers
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/partners&quot;
class=&quot;footer-link&quot;
&gt;
Partners
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/contact&quot;
class=&quot;footer-link&quot;
&gt;
Contact
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/pricing&quot;
class=&quot;footer-link&quot;
&gt;
Pricing
&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a
href=&quot;/status&quot;
class=&quot;footer-link&quot;
&gt;
Status
&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&#123;/if&#125;
&lt;/slot&gt;
&lt;/nav&gt;
&lt;/div&gt;
&lt;!-- Bottom bar --&gt;
&lt;div
class=&quot;mt-12 flex flex-col gap-5 border-t border-slate-200 pt-6 dark:border-white/10 lg:flex-row lg:items-center lg:justify-between&quot;
&gt;
&lt;div
class=&quot;flex flex-col gap-2 text-xs text-slate-500 dark:text-slate-400 sm:flex-row sm:items-center sm:gap-4&quot;
&gt;
&lt;p&gt;
&#123;copyrightText&#125;
&lt;/p&gt;
&lt;span class=&quot;hidden h-1 w-1 rounded-full bg-slate-300 dark:bg-slate-700 sm:block&quot;&gt;
&lt;/span&gt;
&lt;p&gt;
&#123;attributionText&#125;
&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;flex flex-wrap items-center gap-x-5 gap-y-3&quot;&gt;
&#123;#if legalLinks.length &gt; 0&#125;
&#123;#each legalLinks as item&#125;&lt;a href=&quot;&#123;item.href&#125;&quot; target=&quot;&#123;item.target || '_self'&#125;&quot; class=&quot;footer-bottom-link&quot;&gt;&#123;item.label&#125;&lt;/a&gt;&#123;/each&#125;
&#123;:else&#125;
&lt;a
href=&quot;/privacy&quot;
class=&quot;footer-bottom-link&quot;
&gt;
Privacy
&lt;/a&gt;
&lt;a
href=&quot;/terms&quot;
class=&quot;footer-bottom-link&quot;
&gt;
Terms
&lt;/a&gt;
&lt;a
href=&quot;/cookies&quot;
class=&quot;footer-bottom-link&quot;
&gt;
Cookies
&lt;/a&gt;
&lt;a
href=&quot;/legal&quot;
class=&quot;footer-bottom-link&quot;
&gt;
&#123;legalTitle&#125;
&lt;/a&gt;
&#123;/if&#125;
&lt;button data-show=&quot;showCookiePreferences&quot;
type=&quot;button&quot;
data-open-cookie-preferences
class=&quot;footer-bottom-link&quot;
&gt;
&#123;cookiePreferencesLabel&#125;
&lt;/button&gt;
&lt;button data-show=&quot;showThemeToggle&quot;
type=&quot;button&quot;
data-wire-theme-toggle
aria-label=&quot;&#123;themeToggleLabel&#125;&quot;
title=&quot;&#123;themeToggleLabel&#125;&quot;
class=&quot;inline-flex items-center gap-2 rounded-lg text-xs font-semibold text-slate-500 transition hover:text-indigo-700 dark:text-slate-400 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--moon] h-3.5 w-3.5 dark:hidden&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--sun] hidden h-3.5 w-3.5 dark:block&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&#123;themeLabel&#125;
&lt;/button&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/footer&gt;
&#125;
&#125;
</code></pre></section></article><aside class="on-this-page"><h2>On this page</h2><nav><a href="#usage">Usage</a><a href="#props">Props and attributes</a><a href="#slots">Slots</a><a href="#events">Events</a><a href="#source">Source contract</a></nav></aside></main>
<footer><div class="footer-brand"><span class="footer-mark" aria-hidden="true">W</span><p><strong>WRNexusJS 0.2.78</strong><span>Complete API documentation generated from installed package declarations.</span></p></div><nav aria-label="Footer"><a href="/packages">All packages</a><a href="/getting-started">Get started</a><a href="/security">Security</a><a href="/support">Support</a><a href="/llms.txt">AI guide</a></nav><p class="footer-meta">Private Developer Preview · Bun-native</p></footer>
<BackToTop />
</div>
}
}