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 80012a5 commit 1582a1eCopy full SHA for 1582a1e
src/lib/sidenav/sidenav.md
@@ -27,6 +27,8 @@ The sidenav can render in one of three different ways based on the `mode` proper
27
| push | Sidenav _pushes_ the primary content out of its way, also covering it with a backdrop |
28
| side | Sidenav appears _side-by-side_ with the primary content |
29
30
+Using the `side` mode on mobile devices can affect the performance and is also not recommended by the
31
+[Material Design specification](https://material.io/guidelines/patterns/navigation-drawer.html#navigation-drawer-behavior).
32
33
### Positioning the sidenav
34
The `align` property determines whether the sidenav appears at the `"start"` or `"end"` of the
0 commit comments