Files
WRNexusJSDoc/app/pages/components/resources-mega-menu.wrn
T

366 lines
26 KiB
Plaintext

page ResourcesMegaMenucomponent {
seo {
title = "ResourcesMegaMenu component"
description = "Reusable resources mega menu 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.73</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">ResourcesMegaMenu</span></nav><section class="doc-intro"><span class="eyebrow">overlays component</span><h1>ResourcesMegaMenu</h1><p>Reusable resources mega menu component.</p><div class="doc-meta"><span>@wrnexus/ui 0.2.73</span><span>1 props</span><span>0 slots</span><span>0 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;ResourcesMegaMenu /&gt;</code></pre><p>Legacy mount name: <code>data-component=&quot;ResourcesMegaMenu&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></tbody></table></div></section><section id="slots"><h2>Slots</h2><p>This component does not declare a slot.</p></section><section id="events"><h2>Events</h2><p>This component does not declare a custom event.</p></section><section id="source"><h2>Source contract</h2><p>Installed source: <code>components/ResourcesMegaMenu.wrn</code></p><pre data-language="wrn"><code>component ResourcesMegaMenu &#123;
props &#123;
class: string = &quot;&quot;
&#125;
view &#123;
&lt;div
class=&quot;border-t border-slate-200 bg-white shadow-2xl shadow-slate-950/10 dark:border-white/10 dark:bg-slate-950 dark:shadow-black/30 &#123;class&#125;&quot;
&gt;
&lt;div class=&quot;mx-auto max-w-7xl px-6 py-8 lg:px-10&quot;&gt;
&lt;div class=&quot;grid gap-8 lg:grid-cols-[minmax(0,1.55fr)_minmax(18rem,0.8fr)]&quot;&gt;
&lt;!-- Resource links --&gt;
&lt;section&gt;
&lt;div class=&quot;mb-5 flex items-end justify-between gap-6&quot;&gt;
&lt;div&gt;
&lt;p class=&quot;text-xs font-semibold uppercase tracking-[0.16em] text-indigo-600 dark:text-indigo-400&quot;&gt;
Resources
&lt;/p&gt;
&lt;h2 class=&quot;mt-2 text-lg font-bold tracking-tight text-slate-950 dark:text-white&quot;&gt;
Learn, build, and get support
&lt;/h2&gt;
&lt;p class=&quot;mt-1 text-sm text-slate-500 dark:text-slate-400&quot;&gt;
Explore practical guides, customer stories, product updates,
and security resources.
&lt;/p&gt;
&lt;/div&gt;
&lt;a
href=&quot;/resources&quot;
class=&quot;group hidden items-center gap-2 text-sm font-semibold text-indigo-600 transition hover:text-indigo-800 dark:text-indigo-400 dark:hover:text-indigo-300 xl:inline-flex&quot;
&gt;
View all resources
&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;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;grid gap-2 md:grid-cols-2&quot;&gt;
&lt;!-- Blog --&gt;
&lt;a
href=&quot;/blog&quot;
class=&quot;group flex items-start gap-4 rounded-2xl border border-transparent p-4 transition hover:border-indigo-200 hover:bg-indigo-50 dark:hover:border-indigo-500/20 dark:hover:bg-indigo-500/10&quot;
&gt;
&lt;span
class=&quot;grid h-11 w-11 shrink-0 place-items-center rounded-xl bg-indigo-100 text-indigo-700 transition group-hover:bg-indigo-600 group-hover:text-white dark:bg-indigo-500/15 dark:text-indigo-300 dark:group-hover:bg-indigo-500 dark:group-hover:text-white&quot;
&gt;
&lt;span class=&quot;icon-[lucide--newspaper] h-5 w-5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;min-w-0&quot;&gt;
&lt;span class=&quot;flex items-center gap-2&quot;&gt;
&lt;span class=&quot;text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
Blog
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-3.5 w-3.5 text-slate-300 opacity-0 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-indigo-600 group-hover:opacity-100 dark:text-slate-600 dark:group-hover:text-indigo-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;mt-1 block text-xs leading-5 text-slate-500 dark:text-slate-400&quot;&gt;
Product updates, engineering insights, identity trends, and
company news.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- Customer stories --&gt;
&lt;a
href=&quot;/customers&quot;
class=&quot;group flex items-start gap-4 rounded-2xl border border-transparent p-4 transition hover:border-violet-200 hover:bg-violet-50 dark:hover:border-violet-500/20 dark:hover:bg-violet-500/10&quot;
&gt;
&lt;span
class=&quot;grid h-11 w-11 shrink-0 place-items-center rounded-xl bg-violet-100 text-violet-700 transition group-hover:bg-violet-600 group-hover:text-white dark:bg-violet-500/15 dark:text-violet-300 dark:group-hover:bg-violet-500 dark:group-hover:text-white&quot;
&gt;
&lt;span class=&quot;icon-[lucide--users-round] h-5 w-5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;min-w-0&quot;&gt;
&lt;span class=&quot;flex items-center gap-2&quot;&gt;
&lt;span class=&quot;text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
Customer stories
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-3.5 w-3.5 text-slate-300 opacity-0 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-violet-600 group-hover:opacity-100 dark:text-slate-600 dark:group-hover:text-violet-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;mt-1 block text-xs leading-5 text-slate-500 dark:text-slate-400&quot;&gt;
See how teams use WRNexusJS to secure and scale their
applications.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- Guides --&gt;
&lt;a
href=&quot;/guides&quot;
class=&quot;group flex items-start gap-4 rounded-2xl border border-transparent p-4 transition hover:border-cyan-200 hover:bg-cyan-50 dark:hover:border-cyan-500/20 dark:hover:bg-cyan-500/10&quot;
&gt;
&lt;span
class=&quot;grid h-11 w-11 shrink-0 place-items-center rounded-xl bg-cyan-100 text-cyan-700 transition group-hover:bg-cyan-600 group-hover:text-white dark:bg-cyan-500/15 dark:text-cyan-300 dark:group-hover:bg-cyan-500 dark:group-hover:text-white&quot;
&gt;
&lt;span class=&quot;icon-[lucide--book-marked] h-5 w-5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;min-w-0&quot;&gt;
&lt;span class=&quot;flex items-center gap-2&quot;&gt;
&lt;span class=&quot;text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
Guides
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-3.5 w-3.5 text-slate-300 opacity-0 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-cyan-600 group-hover:opacity-100 dark:text-slate-600 dark:group-hover:text-cyan-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;mt-1 block text-xs leading-5 text-slate-500 dark:text-slate-400&quot;&gt;
Practical identity, security, SaaS, and architecture
walkthroughs.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- Help center --&gt;
&lt;a
href=&quot;/help&quot;
class=&quot;group flex items-start gap-4 rounded-2xl border border-transparent p-4 transition hover:border-emerald-200 hover:bg-emerald-50 dark:hover:border-emerald-500/20 dark:hover:bg-emerald-500/10&quot;
&gt;
&lt;span
class=&quot;grid h-11 w-11 shrink-0 place-items-center rounded-xl bg-emerald-100 text-emerald-700 transition group-hover:bg-emerald-600 group-hover:text-white dark:bg-emerald-500/15 dark:text-emerald-300 dark:group-hover:bg-emerald-500 dark:group-hover:text-white&quot;
&gt;
&lt;span class=&quot;icon-[lucide--circle-help] h-5 w-5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;min-w-0&quot;&gt;
&lt;span class=&quot;flex items-center gap-2&quot;&gt;
&lt;span class=&quot;text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
Help center
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-3.5 w-3.5 text-slate-300 opacity-0 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-emerald-600 group-hover:opacity-100 dark:text-slate-600 dark:group-hover:text-emerald-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;mt-1 block text-xs leading-5 text-slate-500 dark:text-slate-400&quot;&gt;
Find answers for account, workspace, billing, and security
questions.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- Security --&gt;
&lt;a
href=&quot;/security&quot;
class=&quot;group flex items-start gap-4 rounded-2xl border border-transparent p-4 transition hover:border-amber-200 hover:bg-amber-50 dark:hover:border-amber-500/20 dark:hover:bg-amber-500/10&quot;
&gt;
&lt;span
class=&quot;grid h-11 w-11 shrink-0 place-items-center rounded-xl bg-amber-100 text-amber-700 transition group-hover:bg-amber-600 group-hover:text-white dark:bg-amber-500/15 dark:text-amber-300 dark:group-hover:bg-amber-500 dark:group-hover:text-white&quot;
&gt;
&lt;span class=&quot;icon-[lucide--shield-check] h-5 w-5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;min-w-0&quot;&gt;
&lt;span class=&quot;flex items-center gap-2&quot;&gt;
&lt;span class=&quot;text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
Security
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-3.5 w-3.5 text-slate-300 opacity-0 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-amber-600 group-hover:opacity-100 dark:text-slate-600 dark:group-hover:text-amber-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;mt-1 block text-xs leading-5 text-slate-500 dark:text-slate-400&quot;&gt;
Learn how WRNexusJS protects accounts, sessions, and
organizations.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- Trust center --&gt;
&lt;a
href=&quot;/trust&quot;
class=&quot;group flex items-start gap-4 rounded-2xl border border-transparent p-4 transition hover:border-rose-200 hover:bg-rose-50 dark:hover:border-rose-500/20 dark:hover:bg-rose-500/10&quot;
&gt;
&lt;span
class=&quot;grid h-11 w-11 shrink-0 place-items-center rounded-xl bg-rose-100 text-rose-700 transition group-hover:bg-rose-600 group-hover:text-white dark:bg-rose-500/15 dark:text-rose-300 dark:group-hover:bg-rose-500 dark:group-hover:text-white&quot;
&gt;
&lt;span class=&quot;icon-[lucide--badge-check] h-5 w-5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;min-w-0&quot;&gt;
&lt;span class=&quot;flex items-center gap-2&quot;&gt;
&lt;span class=&quot;text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
Trust center
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-3.5 w-3.5 text-slate-300 opacity-0 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-rose-600 group-hover:opacity-100 dark:text-slate-600 dark:group-hover:text-rose-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;mt-1 block text-xs leading-5 text-slate-500 dark:text-slate-400&quot;&gt;
Review compliance, privacy, infrastructure, and operational
controls.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;a
href=&quot;/resources&quot;
class=&quot;mt-4 flex items-center justify-center gap-2 rounded-xl border border-indigo-200 bg-indigo-50 px-4 py-3 text-sm font-semibold text-indigo-700 transition hover:border-indigo-300 hover:bg-indigo-100 dark:border-indigo-500/20 dark:bg-indigo-500/10 dark:text-indigo-300 dark:hover:border-indigo-500/30 dark:hover:bg-indigo-500/15 xl:hidden&quot;
&gt;
View all resources
&lt;span class=&quot;icon-[lucide--arrow-right] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;/section&gt;
&lt;!-- Featured resource --&gt;
&lt;aside
class=&quot;relative overflow-hidden rounded-3xl border border-indigo-200 bg-linear-to-br from-indigo-50 via-white to-cyan-50 p-6 dark:border-indigo-500/20 dark:from-indigo-500/10 dark:via-slate-900 dark:to-cyan-500/10&quot;
&gt;
&lt;div aria-hidden=&quot;true&quot; class=&quot;absolute -right-16 -top-16 h-40 w-40 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-20 -left-16 h-40 w-40 rounded-full bg-cyan-300/30 blur-3xl dark:bg-cyan-500/10&quot; &gt;
&lt;/div&gt;
&lt;div class=&quot;relative&quot;&gt;
&lt;span
class=&quot;inline-flex items-center gap-2 rounded-full border border-indigo-200 bg-white/80 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--sparkles] h-3.5 w-3.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Featured guide
&lt;/span&gt;
&lt;div
class=&quot;mt-5 grid h-12 w-12 place-items-center rounded-2xl bg-indigo-600 text-white shadow-lg shadow-indigo-600/20&quot;
&gt;
&lt;span class=&quot;icon-[lucide--book-open-check] h-6 w-6&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/div&gt;
&lt;h3 class=&quot;mt-5 text-xl font-bold tracking-tight text-slate-950 dark:text-white&quot;&gt;
The modern SaaS identity checklist
&lt;/h3&gt;
&lt;p class=&quot;mt-3 text-sm leading-6 text-slate-600 dark:text-slate-400&quot;&gt;
A practical checklist covering authentication, organizations,
permissions, MFA, recovery, sessions, and enterprise SSO.
&lt;/p&gt;
&lt;div class=&quot;mt-5 space-y-3&quot;&gt;
&lt;div class=&quot;flex items-center gap-3&quot;&gt;
&lt;span
class=&quot;grid h-7 w-7 shrink-0 place-items-center rounded-full bg-indigo-100 text-indigo-700 dark:bg-indigo-500/15 dark:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--check] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;text-sm text-slate-700 dark:text-slate-300&quot;&gt;
Secure authentication foundations
&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;flex items-center gap-3&quot;&gt;
&lt;span
class=&quot;grid h-7 w-7 shrink-0 place-items-center rounded-full bg-indigo-100 text-indigo-700 dark:bg-indigo-500/15 dark:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--check] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;text-sm text-slate-700 dark:text-slate-300&quot;&gt;
Multi-tenant organization design
&lt;/span&gt;
&lt;/div&gt;
&lt;div class=&quot;flex items-center gap-3&quot;&gt;
&lt;span
class=&quot;grid h-7 w-7 shrink-0 place-items-center rounded-full bg-indigo-100 text-indigo-700 dark:bg-indigo-500/15 dark:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--check] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;text-sm text-slate-700 dark:text-slate-300&quot;&gt;
Recovery and account protection
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;a
href=&quot;/guides/saas-identity-checklist&quot;
class=&quot;group mt-6 flex h-11 w-full items-center justify-center gap-2 rounded-xl bg-indigo-600 px-4 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;
Read the guide
&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;/a&gt;
&lt;div class=&quot;mt-4 flex items-center justify-center gap-4 text-xs text-slate-500 dark:text-slate-400&quot;&gt;
&lt;span class=&quot;inline-flex items-center gap-1.5&quot;&gt;
&lt;span class=&quot;icon-[lucide--clock-3] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
12 min read
&lt;/span&gt;
&lt;span class=&quot;inline-flex items-center gap-1.5&quot;&gt;
&lt;span class=&quot;icon-[lucide--download] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
PDF available
&lt;/span&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/aside&gt;
&lt;/div&gt;
&lt;!-- Bottom resource links --&gt;
&lt;div
class=&quot;mt-7 flex flex-wrap items-center justify-between gap-4 border-t border-slate-200 pt-5 dark:border-white/10&quot;
&gt;
&lt;div class=&quot;flex flex-wrap items-center gap-x-6 gap-y-3&quot;&gt;
&lt;a
href=&quot;/webinars&quot;
class=&quot;inline-flex items-center gap-2 text-sm font-semibold text-slate-600 transition hover:text-indigo-700 dark:text-slate-400 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--presentation] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Webinars
&lt;/a&gt;
&lt;a
href=&quot;/events&quot;
class=&quot;inline-flex items-center gap-2 text-sm font-semibold text-slate-600 transition hover:text-indigo-700 dark:text-slate-400 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--calendar-days] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Events
&lt;/a&gt;
&lt;a
href=&quot;/reports&quot;
class=&quot;inline-flex items-center gap-2 text-sm font-semibold text-slate-600 transition hover:text-indigo-700 dark:text-slate-400 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--file-chart-column] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Reports
&lt;/a&gt;
&lt;a
href=&quot;/newsletter&quot;
class=&quot;inline-flex items-center gap-2 text-sm font-semibold text-slate-600 transition hover:text-indigo-700 dark:text-slate-400 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--mail-plus] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Newsletter
&lt;/a&gt;
&lt;/div&gt;
&lt;a
href=&quot;/contact&quot;
class=&quot;group inline-flex items-center gap-2 text-sm font-semibold text-indigo-600 transition hover:text-indigo-800 dark:text-indigo-400 dark:hover:text-indigo-300&quot;
&gt;
Contact our team
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-4 w-4 transition-transform group-hover:translate-x-0.5 group-hover:-translate-y-0.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&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.73</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>
}
}