Sliding panel overlay with position, size, and escape-key dismiss
| Prop | Type | Default | Description |
|---|---|---|---|
open | boolean | false | Controls visibility |
title | string | - | Drawer header title |
position | "left" | "right" | "right" | Slide-in direction |
size | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full" | "md" | Panel width |
trapKeys | boolean | true | Block window-level keyboard events while open |
onclose | () => void | - | Close callback |