Skip to content

Commit 1582a1e

Browse files
committed
Add info about performance to Overview document
1 parent 80012a5 commit 1582a1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/sidenav/sidenav.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The sidenav can render in one of three different ways based on the `mode` proper
2727
| push | Sidenav _pushes_ the primary content out of its way, also covering it with a backdrop |
2828
| side | Sidenav appears _side-by-side_ with the primary content |
2929

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).
3032

3133
### Positioning the sidenav
3234
The `align` property determines whether the sidenav appears at the `"start"` or `"end"` of the

0 commit comments

Comments
 (0)