Block
fa-solid fa-bars
MobileMenu
A hamburger button that opens a slide-out menu on mobile.
Visit the live websiteA 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>