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.4.27 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.4 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.26 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.3 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.25 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.2 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.24 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.1 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.23 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.22 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.0 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.21 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.5.0.beta.1 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.20 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.19 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.18 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.17 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.16 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.15 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml
workarea-admin-3.4.14 app/views/workarea/admin/style_guides/components/_data_pairs.html.haml