Skip to content

Latest commit

 

History

History
executable file
·
20 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

executable file
·
20 lines (15 loc) · 668 Bytes

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/