Drawer component
Figma Component
Drawer is a type of layered surface containing supplementary content at the edge of the screen.
Properties
Name | Description | Default |
---|---|---|
nested | Is the drawer displayed inside a Dialog | - |
onClose required | Drawer close callback | - |
open required | Drawer open state | - |
passive | Allows interacting with page content while drawer is open | - |
width | Drawer width | - |
Note: This table does not include native DOM and React properties like `onClick`, `ref`, `id`, `aria-label` (and many others) supported by this component.