Sha256: 38b0c6f4bddeb3901e9705d1a4fa07f22934c8a19f12527b97cc0117fcead1c4

Contents?: true

Size: 900 Bytes

Versions: 62

Compression:

Stored size: 900 Bytes

Contents

#data-pairs.style-guide__subsection

  %h3= link_to_style_guide('components', 'data_pairs')

  %p Displays a 2-column, auto-width table, where the cells in the left column are headers for the cells in the right column. Used to display data pairs (key/value pairs).

  %p <strong>Note:</strong> intended to only be applied to <code>table</code> elements.

  .style-guide__example-block
    %table.data-pairs
      %tbody
        %tr
          %th
            %span.data-pairs__name Custom Browser Title
          %td (Empty)
        %tr
          %th
            %span.data-pairs__name Meta Keywords
          %td (Empty)
        %tr
          %th
            %span.data-pairs__name Meta Description
          %td This is a brief description of the product.
        %tr
          %th
            %span.data-pairs__name Body 1
          %td
            &lt;p&gt;This is the content of Body 1.&lt;p&gt;

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.5.27 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.26 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.45 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.25 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.23 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.44 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.22 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.43 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.21 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.42 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.20 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.41 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.19 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.40 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.18 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.39 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.17 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.38 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.16 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.37 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml