Sha256: 61d1b6f7b4d632dab961be18ed94a898db71f2685c391a0d4b34cdc1a61675b0

Contents?: true

Size: 1.21 KB

Versions: 2

Compression:

Stored size: 1.21 KB

Contents

%article
  %header
    %h1 Buttons
    %a{ href: '/styleguide/' } Back to Index
  %hr
  %section
    .dropdown
      %button.btn.js-dropdown__toggler{ href: '#', id: 'dropdownMenu1'} Dropdown Button
      %ul.dropdown__menu{ role: 'menu', :'aria-labelledby' => 'dropdownMenu1'}
        %li{ role: 'presentation'}
          %a{ role: 'menuitem', href: '#'} Action
        %li{ role: 'presentation'}
          %a{ role: 'menuitem', href: '#'} Another action
        %li{ role: 'presentation'}
          %a{ role: 'menuitem', href: '#'} Something else here
        %li{ role: 'presentation'}
          %a{ role: 'menuitem', href: '#'} Separated link

  %section
    .dropdown.dropdown--open
      %button.btn.btn--active.js-dropdown__toggler{href: '#', id: 'dropdownMenu1'} Dropdown Button
      %ul.dropdown__menu{ role: 'menu', :'aria-labelledby' => 'dropdownMenu1'}
        %li{ role: 'presentation'}
          %a{ role: 'menuitem', href: '#'} Action
        %li{ role: 'presentation'}
          %a{ role: 'menuitem', href: '#'} Another action
        %li{ role: 'presentation'}
          %a{ role: 'menuitem', href: '#'} Something else here
        %li{ role: 'presentation'}
          %a{ role: 'menuitem', href: '#'} Separated link

Version data entries

2 entries across 2 versions & 1 rubygems

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