Custom Menu bound to a DOM element by id. See 'js/src/MuiMenuTriggerId.jsx'.
Arguments
- triggerId
HTML id of an existing DOM element that acts as the trigger (button, link, etc.) to open the Menu.
- ...
Named arguments forwarded as React props, plus children to render inside the component. Pass `closeOnItemClick = FALSE` to keep the menu open after a click. `anchorEl`/`open` are owned by the wrapper; caller-supplied `onClick` and `onClose` are composed with (called after) the wrapper's own handlers rather than replacing them.
