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
-`permanent`: A permanent drawer is shown as a sidebar. Useful for having always visible drawer on larger screens.
394
406
395
407
Defaults to `slide` on iOS and `front` on other platforms.
@@ -419,6 +431,10 @@ function MyDrawer() {
419
431
420
432
You can also specify other props such as `drawerStyle` based on screen size to customize the behavior. For example, you can combine it with `defaultStatus="open"` to achieve a master-detail layout:
0 commit comments