feat: sync showcase with WRNexusJS 0.8.7

This commit is contained in:
2026-08-10 14:00:37 +05:30
parent 8ba1f67f98
commit 186f97de37
172 changed files with 38454 additions and 24441 deletions
+16
View File
@@ -0,0 +1,16 @@
// Generated by scripts/generate-showcase.mjs. Do not edit directly.
page V06OutputsGuide {
layout = "showcase"
seo {
title = "WRNexusJS v0.6 Outputs"
description = "Use typed callable outputs for child-to-parent communication without application-level $emit or event.detail."
}
view {
<article class="page-docs guide-page">
<nav class="docs-breadcrumbs" aria-label="Breadcrumb"><a href="/docs">Docs</a><span aria-hidden="true">/</span><span>WRNexusJS v0.6</span><span aria-hidden="true">/</span><span>Outputs</span></nav>
<header class="docs-intro"><span class="showcase-eyebrow">WRNexusJS v0.6</span><h1>Outputs</h1><p>Use typed callable outputs for child-to-parent communication without application-level $emit or event.detail.</p></header>
<section class="guide-section"><h2>Declare</h2><p>Define zero- or one-payload output signatures in an outputs block.</p></section><section class="guide-section"><h2>Invoke</h2><p>Call output.name(payload) from client functions.</p></section><section class="guide-section"><h2>Consume</h2><p>Receive the typed payload local in parent component listeners.</p></section>
<nav class="guide-next"><a href="/framework-guides">Framework guides <span aria-hidden="true">→</span></a><a href="/v06-migration">Migration guide <span aria-hidden="true">→</span></a></nav>
</article>
}
}