Sha256: 702f62a7d2443ed469ee7699fc5978465cda228c65ea8cf5c1a43da3f3ba03c5

Contents?: true

Size: 1.24 KB

Versions: 62

Compression:

Stored size: 1.24 KB

Contents

#product-summary.style-guide__subsection

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

  %p Small, concise cards representing a product. Designed to be grouped together horizontally, reflowing based on their container's width.

  %p The product's name will automatically truncate.

  %p Supports an optional <code>.product-summary__remove</code> link.

  .style-guide__example-block

    .product-summary
      .product-summary__media
        .product-summary__image-wrapper
          = image_tag 'workarea/core/placeholder.png', size: '64x88', class: 'product-summary__image'
      %span.product-summary__name Product Title 1
      %span.product-summary__graph
        %span.spark {#{(0..9).to_a.shuffle.join(',')}}

    .product-summary
      .product-summary__media
        .product-summary__image-wrapper
          = image_tag 'workarea/core/placeholder.png', size: '64x88', class: 'product-summary__image'
      = link_to inline_svg('workarea/admin/icons/close.svg', class: 'svg-icon svg-icon--small svg-icon--red', title: t('workarea.admin.actions.remove')), '#', class: 'product-summary__remove'
      %span.product-summary__name Very Long Product Title 3
      %span.product-summary__graph
        %span.spark {#{(0..9).to_a.shuffle.join(',')}}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-admin-3.4.27 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.5.4 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.26 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.5.3 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.25 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.5.2 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.24 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.5.1 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.23 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.22 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.5.0 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.21 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.5.0.beta.1 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.20 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.19 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.18 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.17 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.16 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.15 app/views/workarea/admin/style_guides/components/_product_summary.html.haml
workarea-admin-3.4.14 app/views/workarea/admin/style_guides/components/_product_summary.html.haml