Skip to content

Commit

Permalink
Add info about performance to Overview document
Browse files Browse the repository at this point in the history
  • Loading branch information
devversion committed Jan 5, 2017
1 parent 5bb32c2 commit 90be9d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/sidenav/OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ The sidenav can render in one of three different ways based on the `mode` proper
| push | Sidenav _pushes_ the primary content out of its way, also covering it with a backdrop |
| side | Sidenav appears _side-by-side_ with the primary content |

Using the `side` mode on mobile devices can affect the performance and is also not recommended by the
[Material Design specification](https://material.io/guidelines/patterns/navigation-drawer.html#navigation-drawer-behavior).

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

0 comments on commit 90be9d6

Please sign in to comment.