Update usage_patterns.html

This commit is contained in:
wrabit 2025-04-29 22:15:44 +01:00 committed by GitHub
parent 6e05059ac9
commit 039bea4db8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,7 @@ templates/
<h3 id="attribute-proxying">Attribute Proxying Pattern</h3>
<p>A powerful pattern enabled by the special <code>:attrs</code> dynamic attribute is the ability to create wrapper components that proxy all their attributes to an inner component:</p>
<p>The <code>:attrs</code> dynamic attribute enables us to create wrapper components that proxy all their attributes to an inner component:</p>
<c-snippet label="view.html">{% cotton_verbatim %}{% verbatim %}
<c-outer
@ -106,4 +106,4 @@ templates/
</c-slot>
</c-navigation>
</c-layouts.with-sidebar>
</c-layouts.with-sidebar>