Boolean if the menu should be rendered horizontally instead of vertically.
This will also update the aria-orientation
.
An optional className that should be passed to the menu component.
Any additional props that should be passed to the Menu component.
Note: use the menuStyle and menuClassName props instead of
including style
or className
here.
An optional style object that should be merged with the menu's fixed positioning styles.
Boolean if the portal should be used.
{@inheritDoc RenderMenuAsSheet}
An optional className that should be passed to the sheet component.
Any children to render below the sheet's menu implementation. This would
normally be something like a <DialogFooter>
.
Any children to render above the sheet's menu implementation. This would
normally be something like a <DialogHeader>
or AppBar
.
Any additional props that should be added to the sheet's menu implementation. You probably won't ever need to use this.
Any additional props that should be passed to the Sheet component.
Note: use the sheetStyle and sheetClassName props instead
of including style
or className
here.
An optional style object that should be passed to the sheet.
Generated using TypeDoc
@since 5.0.0