This is a basic example of how to use this package. Just import the Drawer component, and place your content as its children.
Note that you have to control the component visibility, providing an isVisible boolean prop and an onClose callback.
If your content is too tall (like this example), it will be scrollable. In that case scrollbars should be visible, but you can hide them with the hideScrollbars prop.