Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

Drawer: appendTo prop

Choose a tag to compare

@jschuler jschuler released this 14 Apr 22:26
· 21 commits to main since this release

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>