Skip to content

TeamTriad/off-canvas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Off-canvas menu

Work in progress!

This will be a Sassy jQuery plugin for off-canvas content. It won't work without Sass, that's the only sane way to do it.

Example

<body class="off-canvas">
  <ul class="off-canvas-menu">
    <!-- mobile navigation or what have you -->
  </ul>

  <div class="off-canvas-visible">
    <!-- visible until the breakpoint -->
  </div>

  <div class="off-canvas-hidden">
    <!-- hidden until the breakpoint -->
  </div>

  <div class="off-canvas-content">
    <!-- pushed away when the menu opens -->
  </div>
</body>

About

Provides an off-canvas menu.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published