release: WRNexusJS 0.5.14

This commit is contained in:
2026-07-30 21:29:25 +05:30
parent 9dffe83f32
commit 358a520bc5
123 changed files with 11646 additions and 461 deletions
@@ -41,11 +41,11 @@ page CheckboxDetail {
<span class="showcase-eyebrow">Forms component</span>
<h1>Checkbox</h1>
<p>Theme-aware, responsive checkbox component.</p>
<div class="detail-badges"><span>27 props</span><span>0 slots</span><span>5 events</span><span>Theme ready</span><span>Responsive</span></div>
<div class="detail-badges"><span>27 props</span><span>1 slots</span><span>5 events</span><span>Theme ready</span><span>Responsive</span></div>
</div>
<div class="detail-hero-icon"><span class="icon-[lucide--component] size-10" aria-hidden="true"></span></div>
</header>
<section id="playground" class="detail-section playground-section" data-playground data-playground-component="Checkbox" data-playground-public-tag="true" data-playground-has-slot="false">
<section id="playground" class="detail-section playground-section" data-playground data-playground-component="Checkbox" data-playground-public-tag="true" data-playground-has-slot="true">
<div class="detail-section-heading"><span>Interactive playground</span><h2>Configure Checkbox</h2><p>Change any prop and inspect the server-rendered component immediately.</p></div>
<div class="playground-workbench">
<div class="playground-preview">
@@ -518,7 +518,7 @@ component.addEventListener('input', (event) =&gt; &#123;
</aside>
</div>
<nav class="detail-pagination">
<span></span>
<a href="/components/auth-form"><small>Previous</small><strong>← Auth Form</strong></a>
<a href="/components/color-picker"><small>Next</small><strong>Color Picker →</strong></a>
</nav>
}