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.
mat-sidenav
1 parent 1f9df4c commit d251c79Copy full SHA for d251c79
src/lib/sidenav/sidenav.md
@@ -28,7 +28,7 @@ to specify which end of the main content to place the side content on. `position
28
`start` or `end` which places the side content on the left or right respectively in left-to-right
29
languages. If the `position` is not set, the default value of `start` will be assumed. A
30
`<mat-sidenav-container>` can have up to two `<mat-sidenav>` elements total, but only one for any
31
-given side.
+given side. The `<mat-sidenav>` must be placed as an immediate child of the `<mat-sidenav-container>`.
32
33
The main content should be wrapped in a `<mat-sidenav-content>`. If no `<mat-sidenav-content>` is
34
specified for a `<mat-sidenav-container>`, one will be created implicitly and all of the content
0 commit comments