mirror of
https://github.com/wrabit/django-cotton.git
synced 2025-08-04 15:18:20 +00:00
Update usage_patterns.html
This commit is contained in:
parent
6e05059ac9
commit
039bea4db8
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue