This repository was archived by the owner on Sep 9, 2021. It is now read-only.
Drawer: appendTo prop
Can add an appendTo prop to the QuickStartDrawer if you want to render the drawer into a different container
<QuickStartDrawer appendTo={() => document.querySelector('#qs-test')}>
</QuickStartDrawer>