Sha256: 80e495cec71660c7d52ddd1a29ac7f577530f562eeea6be40ba8ab98113ceec0

Contents?: true

Size: 1.26 KB

Versions: 14

Compression:

Stored size: 1.26 KB

Contents

<div class="styleguide__block" id="{{link}}">
  <h2 class="styleguide__block-title">
    {{name}}
    <a href="https://github.com/uswitch/ustyle/tree/master/{{path}}" class="styleguide__file-link"><svg class="us-icon--small us-icon--github"><use xlink:href="/images/icons.svg#icon-github">Github:</use></svg> <span class="us-tablet--inline">{{file}}</span></a>
  </h2>

  <div class="styleguide__description">
    {{{description}}}
  </div>

  {{#if state}}
    <h4>States</h4>
    <ul class="styleguide__block-states us-clearfix">
      {{#state}}
        <li class="name"><strong>{{name}}</strong> - {{description}}</li>
      {{/state}}
    </ul>
  {{/if}}

  <div class="styleguide__block-examples">
    <h3 class="styleguide__block-small-title">Example</h3>
    <div class="styleguide__block-example">
      {{{markup.example}}}
    </div>

    {{#state}}
      <div class="styleguide__block-example state-{{classSanitizer name}}">
        {{{markup.example}}}
        <div class="styleguide__block-example-class">{{name}}</div>
      </div>
    {{/state}}

    <pre><code class="html">
    {{#markup}}
      {{~{escaped}}}
    {{/markup}}
    </code></pre>
    {{#if javascript}}
      <pre><code class="javascript">
      {{~{javascript}}}
      </code></pre>
    {{/if}}
  </div>
</div>

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
reustyle-2.0.10 styleguide/partials/style_block.tpl
reustyle-2.0.9 styleguide/partials/style_block.tpl
reustyle-2.0.8 styleguide/partials/style_block.tpl
reustyle-2.0.7 styleguide/partials/style_block.tpl
ustyle-1.19.2 styleguide/partials/style_block.tpl
ustyle-1.16.2 styleguide/partials/style_block.tpl
ustyle-1.16.1 styleguide/partials/style_block.tpl
ustyle-1.15.3 styleguide/partials/style_block.tpl
ustyle-1.14.11 styleguide/partials/style_block.tpl
ustyle-1.14.10 styleguide/partials/style_block.tpl
ustyle-1.14.0 styleguide/partials/style_block.tpl
ustyle-1.12.6 styleguide/partials/style_block.tpl
ustyle-1.12.1 styleguide/partials/style_block.tpl
ustyle-1.12.0 styleguide/partials/style_block.tpl