contained | By default, the drawer slides out of its containing block (usually the viewport). To make the drawer slide out of
its parent element, set this prop and add `position: relative` to the parent. | boolean | false |
label | The drawer's label as displayed in the header. You should always include a relevant label even when using
`no-header`, as it is required for proper accessibility. | string | '' |
noHeader | Removes the header. This will also remove the default close button, so please ensure you provide an easy,
accessible way for users to dismiss the drawer. | boolean | false |
open | Indicates whether or not the drawer is open. You can use this in lieu of the show/hide methods. | boolean | false |
placement | The direction from which the drawer will open. | "bottom" | "end" | "start" | "top" | 'end' |