You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/mdc-drawer/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,10 @@ Modal drawers are elevated above most of the app's UI and don't affect the scree
356
356
357
357
> The `mdc-drawer-scrim` next sibling element is **required**, to protect the app's UI from interactions while the modal drawer is open.
358
358
359
+
### Responsive Drawer
360
+
361
+
There is currently no dedicated material component for responsive drawers. This [responsive drawer example](https://glitch.com/~material-responsive-drawer) demonstrates a suggested solution for a drawer that dynamically switches between the permanent variant and the modal variant based on screen width.
0 commit comments