The <Drawer> component is intended to be used as a side menu. It is animated to conditionally move in and out of visibility.The required side prop controls to which side the drawer should move when hiding.
To avoid layout shifts, you may declare the drawer as absolutely positioned to let it overlay your content when shown. This is especially useful when the menu is only animated on user action on small / mobile screens and fills the whole width of the viewport when shown. When viewing this documentation on a small device, the open- and closeable main and documentation menus are created this way.