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

421 lines
30 KiB
Plaintext

page DevelopersMegaMenucomponent {
seo {
title = "DevelopersMegaMenu component"
description = "Reusable developers 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.69</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">DevelopersMegaMenu</span></nav><section class="doc-intro"><span class="eyebrow">core component</span><h1>DevelopersMegaMenu</h1><p>Reusable developers mega menu component.</p><div class="doc-meta"><span>@wrnexus/ui 0.2.69</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;DevelopersMegaMenu /&gt;</code></pre><p>Legacy mount name: <code>data-component=&quot;DevelopersMegaMenu&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/DevelopersMegaMenu.wrn</code></p><pre data-language="wrn"><code>component DevelopersMegaMenu &#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;!-- Developer resources --&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;
Developers
&lt;/p&gt;
&lt;h2 class=&quot;mt-2 text-lg font-bold tracking-tight text-slate-950 dark:text-white&quot;&gt;
Build secure identity into any application
&lt;/h2&gt;
&lt;p class=&quot;mt-1 text-sm text-slate-500 dark:text-slate-400&quot;&gt;
Explore documentation, APIs, SDKs, examples, and tools built
for modern development teams.
&lt;/p&gt;
&lt;/div&gt;
&lt;a
href=&quot;/docs&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;
Open documentation
&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;!-- Documentation --&gt;
&lt;a
href=&quot;/docs&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--book-open] 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;
Documentation
&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;
Guides for authentication, users, organizations, and
authorization.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- API reference --&gt;
&lt;a
href=&quot;/docs/api&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--braces] 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;
API reference
&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;
Complete endpoint, request, response, and error
documentation.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- SDKs --&gt;
&lt;a
href=&quot;/sdks&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--package] 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;
SDKs
&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;
Official libraries for JavaScript, TypeScript, Go, Java,
Python, and more.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- Examples --&gt;
&lt;a
href=&quot;/examples&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--flask-conical] 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;
Examples
&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;
Ready-to-run projects for common frameworks and identity
flows.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- Webhooks --&gt;
&lt;a
href=&quot;/docs/webhooks&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--webhook] 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;
Webhooks
&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;
Respond to user, session, organization, and security events.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- Changelog --&gt;
&lt;a
href=&quot;/changelog&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--history] 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;
Changelog
&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 platform releases, improvements, and migration notes.
&lt;/span&gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;a
href=&quot;/docs&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;
Open documentation
&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;!-- Developer toolkit --&gt;
&lt;aside
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 dark:shadow-black/20&quot;
&gt;
&lt;!-- Decorative glow --&gt;
&lt;div aria-hidden=&quot;true&quot; class=&quot;absolute -right-20 -top-20 h-48 w-48 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-20 h-48 w-48 rounded-full bg-violet-300/30 blur-3xl dark:bg-violet-500/10&quot; &gt;
&lt;/div&gt;
&lt;div class=&quot;relative&quot;&gt;
&lt;!-- Header --&gt;
&lt;div class=&quot;flex items-center justify-between gap-4&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--code-2] h-3.5 w-3.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Developer toolkit
&lt;/span&gt;
&lt;span class=&quot;inline-flex items-center gap-2 text-xs font-medium text-slate-500 dark:text-slate-400&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;
APIs operational
&lt;/span&gt;
&lt;/div&gt;
&lt;!-- Intro --&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--blocks] 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;
Everything developers need
&lt;/h3&gt;
&lt;p class=&quot;mt-3 text-sm leading-6 text-slate-600 dark:text-slate-400&quot;&gt;
Build, test, and ship secure identity flows with APIs, SDKs,
examples, webhooks, and complete documentation.
&lt;/p&gt;
&lt;!-- Toolkit links --&gt;
&lt;div class=&quot;mt-6 grid gap-3&quot;&gt;
&lt;!-- Documentation --&gt;
&lt;a
href=&quot;/docs&quot;
class=&quot;group flex items-center justify-between gap-4 rounded-2xl border border-slate-200 bg-white/80 px-4 py-3.5 transition hover:border-indigo-300 hover:bg-white hover:shadow-md dark:border-white/10 dark:bg-white/5 dark:hover:border-indigo-500/30 dark:hover:bg-white/10&quot;
&gt;
&lt;span class=&quot;flex items-center gap-3&quot;&gt;
&lt;span
class=&quot;grid h-9 w-9 shrink-0 place-items-center rounded-xl bg-indigo-100 text-indigo-700 dark:bg-indigo-500/15 dark:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--book-open] h-4.5 w-4.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span&gt;
&lt;span class=&quot;block text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
Documentation
&lt;/span&gt;
&lt;span class=&quot;mt-0.5 block text-xs text-slate-500 dark:text-slate-400&quot;&gt;
Guides and platform concepts
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-4 w-4 shrink-0 text-slate-400 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-indigo-600 dark:group-hover:text-indigo-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- API reference --&gt;
&lt;a
href=&quot;/docs/api&quot;
class=&quot;group flex items-center justify-between gap-4 rounded-2xl border border-slate-200 bg-white/80 px-4 py-3.5 transition hover:border-violet-300 hover:bg-white hover:shadow-md dark:border-white/10 dark:bg-white/5 dark:hover:border-violet-500/30 dark:hover:bg-white/10&quot;
&gt;
&lt;span class=&quot;flex items-center gap-3&quot;&gt;
&lt;span
class=&quot;grid h-9 w-9 shrink-0 place-items-center rounded-xl bg-violet-100 text-violet-700 dark:bg-violet-500/15 dark:text-violet-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--braces] h-4.5 w-4.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span&gt;
&lt;span class=&quot;block text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
API reference
&lt;/span&gt;
&lt;span class=&quot;mt-0.5 block text-xs text-slate-500 dark:text-slate-400&quot;&gt;
Endpoints, requests, and responses
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-4 w-4 shrink-0 text-slate-400 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-violet-600 dark:group-hover:text-violet-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;!-- SDKs --&gt;
&lt;a
href=&quot;/sdks&quot;
class=&quot;group flex items-center justify-between gap-4 rounded-2xl border border-slate-200 bg-white/80 px-4 py-3.5 transition hover:border-cyan-300 hover:bg-white hover:shadow-md dark:border-white/10 dark:bg-white/5 dark:hover:border-cyan-500/30 dark:hover:bg-white/10&quot;
&gt;
&lt;span class=&quot;flex items-center gap-3&quot;&gt;
&lt;span
class=&quot;grid h-9 w-9 shrink-0 place-items-center rounded-xl bg-cyan-100 text-cyan-700 dark:bg-cyan-500/15 dark:text-cyan-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--package] h-4.5 w-4.5&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span&gt;
&lt;span class=&quot;block text-sm font-semibold text-slate-950 dark:text-white&quot;&gt;
Official SDKs
&lt;/span&gt;
&lt;span class=&quot;mt-0.5 block text-xs text-slate-500 dark:text-slate-400&quot;&gt;
Libraries for your preferred stack
&lt;/span&gt;
&lt;/span&gt;
&lt;/span&gt;
&lt;span class=&quot;icon-[lucide--arrow-up-right] h-4 w-4 shrink-0 text-slate-400 transition group-hover:translate-x-0.5 group-hover:-translate-y-0.5 group-hover:text-cyan-600 dark:group-hover:text-cyan-300&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
&lt;/a&gt;
&lt;/div&gt;
&lt;!-- Actions --&gt;
&lt;div class=&quot;mt-6 grid grid-cols-2 gap-3&quot;&gt;
&lt;a
href=&quot;/docs/quickstart&quot;
class=&quot;group flex h-11 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;
Start building
&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;a
href=&quot;/examples&quot;
class=&quot;flex h-11 items-center justify-center gap-2 rounded-xl border border-slate-200 bg-white/80 px-4 text-sm font-semibold text-slate-700 transition hover:border-indigo-300 hover:bg-white hover:text-indigo-700 dark:border-white/10 dark:bg-white/5 dark:text-slate-200 dark:hover:border-indigo-500/30 dark:hover:bg-white/10 dark:hover:text-indigo-300&quot;
&gt;
&lt;span class=&quot;icon-[lucide--flask-conical] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Examples
&lt;/a&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/aside&gt;
&lt;/div&gt;
&lt;!-- Bottom developer 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;/docs/authentication&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--fingerprint] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Authentication guides
&lt;/a&gt;
&lt;a
href=&quot;/docs/organizations&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--building-2] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Organizations
&lt;/a&gt;
&lt;a
href=&quot;/docs/authorization&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--shield-keyhole] h-4 w-4&quot; aria-hidden=&quot;true&quot; &gt;
&lt;/span&gt;
Authorization
&lt;/a&gt;
&lt;a
href=&quot;/status&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;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;
System status
&lt;/a&gt;
&lt;/div&gt;
&lt;a
href=&quot;/support/developers&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;
Developer support
&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.69</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>
}
}