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: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,7 @@ This module supports a wide range of drawer styles, and hence has *a lot* of pro
87
87
-`type` (String: displace:overlay:static) `displace`- Type of drawer.
88
88
-`openDrawerOffset` (Number) `0` - Can either be a integer (pixel value) or decimal (ratio of screen width). Defines the right hand margin when the drawer is open.
89
89
-`closedDrawerOffset` (Number) `0` - Same as openDrawerOffset, except defines left hand margin when drawer is closed.
90
+
-`tapToClose` (Boolean) `false` - When the drawer is open, whether a tap should close it.
90
91
-`disabled` (Boolean) `false` - If true the drawer can not be opened and will not respond to pans.
0 commit comments