# Drawer

### Design
<a href="https://material.io/design/components/navigation-drawer.html" target="_blank">https://material.io/design/components/navigation-drawer.html</a>

### Description
Use `Drawer` component to display navigation for the whole app or just a small section of it.

### Import
```js
import { Drawer } from "webiny-ui/Drawer";
```