Sha256: 55c8abeefaa072c9a2a2e5207cc6439428eaa8b72f8a756720a59835950cf455

Contents?: true

Size: 658 Bytes

Versions: 2

Compression:

Stored size: 658 Bytes

Contents

%article
  %header
    %h1 Slider
    %a{ href: '/styleguide/' } Back to Index
  %hr
  %section.slider.js-slider
    %ul.slider__list
      %li.slider__item
        %img{ src: 'http://placehold.it/1200x675&text=slide1', width: '1200', height: '675'}
      %li.slider__item
        %img{ src: 'http://placehold.it/1200x675&text=slide2', width: '1200', height: '675'}
      %li.slider__item
        %img{ src: 'http://placehold.it/1200x675&text=slide3', width: '1200', height: '675'}

    .slider__controls
      .slider__control-prev
        - streusel_icon( 'arrow-left')
      .slider__control-next
        - streusel_icon( 'arrow-right')

    .slider__nav

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
partystreusel-2.0.0 styleguide/source/styleguide/slider.html.haml
partystreusel-1.2.0 styleguide/source/styleguide/slider.html.haml