Skip to content

Commit

Permalink
* upd
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Jun 8, 2017
1 parent c0ff5f3 commit 20eeef1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions octavius/2017/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,21 +642,21 @@ <h2 style="margin-top: -30px">Button/Button.js</h2>
<h2 style="margin-top: -80px">Button/Button.html</h2>
<pre class="js-code compact-s">
&lt;div title="{attrs.title || attrs.text}">
#!+ &lt;bem:mod name="pressed" test="attrs.pressed && !attrs.disabled" />
#!+ &lt;<mark>bem:mod</mark> name="pressed" test="attrs.pressed && !attrs.disabled" />
&lt;bem:mod name="borderless" test="attrs.borderless" />
&lt;bem:mod name="primary" test="attrs.type == 'submit' || attrs.primary" />
&lt;bem:mod name="size" value="{attrs.size}" test="attrs.size" />
#!- &lt;bem:mod name="disabled" test="attrs.disabled" />
#!+ &lt;fn:if test="attrs.ico">
&lt;span **bem:elem="ico"**>
&lt;span <mark>bem:elem="ico"</mark>>
&lt;bem:mod name="size" value="{attrs.size}" test="attrs.size" />
&lt;bem:mod name="{'theme-'+attrs.theme}" test="attrs.theme" />

&lt;**b:ico** name="{attrs.ico}" size="{attrs.size}"/>
&lt;/span>
#!- &lt;/fn:if>
#!+ &lt;fn:if test="!attrs.short && attrs.text">
&lt;span bem:elem="txt">{attrs.text}&lt;/span>
&lt;span <mark>bem:elem="txt"</mark>>{attrs.text}&lt;/span>
#!- &lt;/fn:if>
&lt;/div>
</pre>
Expand Down Expand Up @@ -712,7 +712,7 @@ <h2 style="margin-top: -80px">Button/Button.spec.js</h2>
</div></section>

<section class="slide shout"><div>
<h2>Props Down<br/>Events Up</h2>
<h2>Attrs Down<br/>Events Up</h2>
</div></section>

<section class="slide"><div>
Expand Down

0 comments on commit 20eeef1

Please sign in to comment.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy