<MenuShell>
is the root component of any menu. All other menuing components must be children of <MenuShell>
.
Usage Example
<MenuShell width={150} height={300} openHotkey={["ctrl", "alt", "f"]} className="your-custom-class">
...
</MenuShell>
<MenuShell>
accepts all of the same props as <Menu>
.