Skip to content

Commit

Permalink
deploy: 77aeb54
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Dec 11, 2023
1 parent 4ece54d commit 4fbead5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h2 id="your-first-widget"><a class="header" href="#your-first-widget">Your firs
<p>To then use our widget, we call it just like we would use any other built-in widget and provide the required attributes.</p>
<p>As you may have noticed, we are using a couple predefined widgets here. These are all listed and explained in the <a href="widgets.html">widgets chapter</a>.</p>
<h3 id="rendering-children-in-your-widgets"><a class="header" href="#rendering-children-in-your-widgets">Rendering children in your widgets</a></h3>
<p>As your configuration grows, you might want to improve the structure of you config by factoring out functionality into basic reusable widgets.
<p>As your configuration grows, you might want to improve the structure of your config by factoring out functionality into basic reusable widgets.
Eww allows you to create custom wrapper widgets that can themselves take children, just like some of the built-in widgets like <code>box</code> or <code>button</code> can.
For this, use the <code>children</code> placeholder:</p>
<pre><code class="language-lisp">(defwidget labeled-container [name]
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ <h2 id="your-first-widget"><a class="header" href="#your-first-widget">Your firs
<p>To then use our widget, we call it just like we would use any other built-in widget and provide the required attributes.</p>
<p>As you may have noticed, we are using a couple predefined widgets here. These are all listed and explained in the <a href="widgets.html">widgets chapter</a>.</p>
<h3 id="rendering-children-in-your-widgets"><a class="header" href="#rendering-children-in-your-widgets">Rendering children in your widgets</a></h3>
<p>As your configuration grows, you might want to improve the structure of you config by factoring out functionality into basic reusable widgets.
<p>As your configuration grows, you might want to improve the structure of your config by factoring out functionality into basic reusable widgets.
Eww allows you to create custom wrapper widgets that can themselves take children, just like some of the built-in widgets like <code>box</code> or <code>button</code> can.
For this, use the <code>children</code> placeholder:</p>
<pre><code class="language-lisp">(defwidget labeled-container [name]
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 4fbead5

Please sign in to comment.