-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs(sidenav): add docs for hasBackdrop
#10287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/lib/sidenav/sidenav.md
Outdated
@@ -117,7 +117,15 @@ If no `mode` is specified, `over` is used by default. | |||
|
|||
<!-- example(sidenav-mode) --> | |||
|
|||
`<mat-drawer>` also supports all of these same modes. | |||
The `over` and `push` sidenav modes show a backdrop by default, while the side mode does not. This |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add backticks around side
src/lib/sidenav/sidenav.md
Outdated
@@ -117,7 +117,15 @@ If no `mode` is specified, `over` is used by default. | |||
|
|||
<!-- example(sidenav-mode) --> | |||
|
|||
`<mat-drawer>` also supports all of these same modes. | |||
The `over` and `push` sidenav modes show a backdrop by default, while the side mode does not. This | |||
can be customized by setting the `hasBackdrop` property on `mat-sidenav-container`. Setting it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could consolidate these two similar sentence:
Explicitly setting `hasBackdrop` will override the default behavior of the `mode`.
comments addressed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
fixes #10223