2016-01-07 01:13:22 +03:00
---
layout: example
2016-01-07 02:11:28 +03:00
title: Drawer Template
2016-01-07 01:13:22 +03:00
group: material-design
---
<!-- Custom styles for this template -->
2016-01-07 02:11:28 +03:00
< link href = "drawer.css" rel = "stylesheet" >
2016-01-07 01:13:22 +03:00
< div class = "pos-f-t" >
<!-- div class="collapse" id="navbar - header">
< div class = "container-fluid bg-inverse p-a-1" >
< h3 > Collapsed content< / h3 >
< p > Toggleable via the navbar brand.< / p >
< / div >
< / div-- >
< div class = "navbar navbar-light bg-faded navbar-static-top" >
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbar-header" >
2016-01-07 02:11:28 +03:00
< span class = "sr-only" > Toggle navigation< / span >
2016-01-07 01:13:22 +03:00
< i class = "material-icons" > menu< / i >
< / button >
2016-01-07 02:11:28 +03:00
2016-01-07 01:13:22 +03:00
< ul class = "nav navbar-nav pull-xs-right" >
< li class = "nav-item active" >
< a class = "nav-link" href = "#" >
< i class = "material-icons" > search< / i >
< / a >
<!-- form class="form - inline pull - xs - right">
< input class = "form-control" type = "text" placeholder = "Search" >
< button class = "btn btn-outline-success" type = "submit" > Search< / button >
2016-01-07 02:11:28 +03:00
< / form-- >
2016-01-07 01:13:22 +03:00
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "#" >
< i class = "material-icons" > more_vert< / i >
< / a >
< / li >
< / ul >
< / div >
< / div >
< div class = "container" >
< div class = "jumbotron" >
< h1 > Navbar example< / h1 >
< p class = "lead" > This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the top of your browser's viewport.< / p >
< a class = "btn btn-lg btn-primary" href = "../../components/#navbar" role = "button" > View navbar docs » < / a >
< / div >
< / div >