We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837b7a2 commit 7086a98Copy full SHA for 7086a98
src/lib/sidenav/sidenav.md
@@ -18,8 +18,7 @@ A sidenav container may contain one or two `<md-sidenav>` elements. When there a
18
`<md-sidenav>` elements, each must be placed on a different side of the container.
19
See the section on positioning below.
20
21
-
22
-### Sidenav vs. Drawer
+`<md-drawer>` is a component that is similar to `<md-sidenav>`.
23
The difference between sidenav and drawer is that the sidenav takes up fullscreen whereas drawer is a smaller element
24
that takes up a subsection of the screen. `md-sidenav` has to be placed inside `md-sidenav-container` and `md-drawer`
25
has to be placed inside `md-drawer-container`. Currently `md-drawer` and `md-sidenav` support all the same features.
0 commit comments