Custom SwipeableDrawer bound to a DOM element by id. See 'js/src/MuiSwipeableDrawerTriggerId.jsx'.
Arguments
- triggerId
HTML id of an existing DOM element that acts as the trigger (button, link, etc.) to open the Drawer.
- ...
Named arguments forwarded as React props, plus children to render inside the component. Pass
closeOnLinkClick = FALSEto keep the Drawer open when any link inside it is clicked. The default (TRUE) closes the Drawer on any<a>click, including external links withtarget = "_blank".
