WarningLegacy version 6 documentation. View current documentation.

API

<MenuToggle> is a button that opens and closes the drop-down menu. It can contain any content that you wish: text, icon, etc.

Props

<MenuToggle> accepts no props.

Usage

<MenuShell>
    ...
    <MenuToggle>My Menu Name<MenuToggle />
	...
</MenuShell>