Skip to content

ryanwalters/bootstrap-drawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Drawer Menu Plugin

Usage

Using the new drawer menu is as simple as changing what was previously data-toggle="collapse" to data-toggle="drawer" and adding the .drawer class to the .navbar-header.

<div class="drawer navbar-header" data-toggle="drawer">
    <button type="button" class="navbar-toggle" data-toggle="drawer" data-target=".navbar-responsive-collapse">
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
        <span class="icon-bar"></span>
    </button>
    <a class="navbar-brand" href="#">Brand</a>
</div>

Example

http://ryanwalters.github.io/bootstrap-drawer/

About

Drawer-style mobile menu for Bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published