--- layout: docs title: Drawers group: material-design --- The Material Design for Bootstrap `Drawer` provides a markup structure and plugin that allows you to display content on the bounds of any `position: relative` containing element. Drawers are commonly referred to as a side nav or offcanvas nav. The MDB implementation allows for positioning top, left, bottom, right, as well as two styles including push (default) as well as overlay. Both the drawer position and style can be set statically or responsively with the provided classes. ## Contents * Will be replaced with the ToC, excluding the "Contents" header {:toc} ## Overview ### Templates and examples The following examples provide a good starting point: - [Drawer template]({{ site.baseurl }}/examples/dashboard/) is a basic fully responsive template. - [Dashboard example]({{ site.baseurl }}/examples/dashboard/) is a comprehensive fully responsive demonstration. ### Markup In order to use the drawer component, MDB has created the following flex based layout structure: {% highlight html %}
Classes | Notes |
---|---|
.mdb-drawer-f-t
|
{% markdown %}Fixed top{% endmarkdown %} |
.mdb-drawer-f-r
|
{% markdown %}Fixed right{% endmarkdown %} |
.mdb-drawer-f-b
|
{% markdown %}Fixed bottom{% endmarkdown %} |
.mdb-drawer-f-l
|
{% markdown %}Fixed left{% endmarkdown %} |