Sha256: 1135d222fe2dc0d09bbb9986a6e72403b22d74bff8fabc18c499ae9f868e8f72

Contents?: true

Size: 1.25 KB

Versions: 12

Compression:

Stored size: 1.25 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"><span class="us-icon--small us-icon--github us-icon--notext us-icon--custom">Github:</span> <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

12 entries across 12 versions & 1 rubygems

Version Path
ustyle-1.11.1 styleguide/partials/style_block.tpl
ustyle-1.10.0 styleguide/partials/style_block.tpl
ustyle-1.8.7 styleguide/partials/style_block.tpl
ustyle-1.8.1 styleguide/partials/style_block.tpl
ustyle-1.8.0 styleguide/partials/style_block.tpl
ustyle-1.7.0 styleguide/partials/style_block.tpl
ustyle-1.6.1 styleguide/partials/style_block.tpl
ustyle-1.5.8 styleguide/partials/style_block.tpl
ustyle-1.4.1 styleguide/partials/style_block.tpl
ustyle-1.4.0 styleguide/partials/style_block.tpl
ustyle-1.3.12 styleguide/partials/style_block.tpl
ustyle-1.3.6 styleguide/partials/style_block.tpl