Skip to content

Commit 1d0c88b

Browse files
Update drawers.md
1 parent 5c97bd7 commit 1d0c88b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/pages/component-demos/drawers/drawers.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ components: Drawer
66

77
The [Drawer](https://material.io/guidelines/patterns/navigation-drawer.html) slides in from the side. It is a common pattern found in Google apps and follows the keylines and metrics for lists.
88

9-
There are no examples for uncontrolled mode because an uncontrolled `Drawer` can only be opened with a swipe. The doc site has an uncontrolled `Drawer`. Swipe from the left on a touch device to see it.
10-
119
## Undocked example
1210

1311
An undocked controlled `Drawer` with custom width. The Drawer can be cancelled by clicking the overlay or pressing the Esc key. It closes when an item is selected, handled by controlling the `open` prop.

0 commit comments

Comments
 (0)