#Can we use Drawer without overlay?

4 messages · Page 1 of 1 (latest)

visual ocean
#

I'm trying a achieve a behaviour of having a sidebar for quick navigation. A little menu icon to control opening and closing, just normal drawer so far which is straightforward.

My issue is that I need it to push the content area to the opposite side whenever it's open without being on top of all the content as a modal. This is similar to Persistent Drawer in MUI. Any help would be appreciated 🙏

spark quest
ocean plover
#

you can use withOverlay={false}

visual ocean