A hamburger button that opens a slide-out menu (drawer) on mobile screens. You place the navigation items as the block's content.
mobilemenu.jsx
<MobileMenu title='Menu'> <Link href='/en/'>Home</Link> <Link href='/en/contact/'>Contact</Link> </MobileMenu>