79603003

Date: 2025-05-02 08:14:35
Score: 0.5
Natty:
Report link

You can do this by setting the variant on the drawer to persistent. It defaults to temporary.

<Drawer
  variant="persistent"
  open={open}
  onClose={onClose}
>

See the drawer example here:

https://mui.com/material-ui/react-drawer/#persistent-drawer

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Joseph Moore