React Design System: component Drawer
Drawer
Drawers overlay content over existing parts of the UI and are anchored to the edge of the screen.
Component 'Drawer'

First, you need to import a component to your code (сheck component path is right):

import Drawer from "../../core/Drawer";

To use the component, copy and paste an example from the CODE tab.
Default props of component can be omitted, they are applied automatically. For example, you can skip the prop type='def', because 'def' is the default value of prop 'type'.