refactor(docs): remove card shells and format examples
This commit is contained in:
@@ -17,7 +17,11 @@ page SidebarLayoutcomponent {
|
||||
props {
|
||||
class = ""
|
||||
}
|
||||
view { <div class="wire-sidebar-layout {class}"><slot /></div> }
|
||||
view {
|
||||
<div class="wire-sidebar-layout {class}">
|
||||
<slot />
|
||||
</div>
|
||||
}
|
||||
}
|
||||
</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.65</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>
|
||||
|
||||
Reference in New Issue
Block a user