Sha256: accec544d262134f8c34bf476005d3fe156504194ffdd8bbabba9f6bbbfbb9ad

Contents?: true

Size: 699 Bytes

Versions: 10

Compression:

Stored size: 699 Bytes

Contents

%section
  %a.scroll-target{name: 'icons'}
  %h3.color-black Icons
  %p
    All icons are using Google's
    = link_to 'Materialize Font', 'https://design.google.com/icons', target: '_'
    = "and can be easily added to any page using the ruby helper or an <i> element."
    %br/
    %em.font-smaller Note: Icon names with more than one word must be connected with an underscore.

  .panel.panel--padded
    - ['volume_up', 'volume_down', 'volume_mute', 'volume_off'].each do |icon|
      %p
        = i(icon)
      %code.expandable
        = expandable_toggle
        %p= "<i class='material-icon'>#{icon}</i>"
        %br/
        %p
          %span.color-primary Ruby:
          = "i('#{icon}')"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-2.1.0 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.8 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.7 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.6 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.5 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.4 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.3 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.2 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.1 app/views/tenon/styleguides/_icons.html.haml
tenon-2.0.0 app/views/tenon/styleguides/_icons.html.haml