Slide-out panel from screen edge with backdrop and close on escape.
<script>
import { Drawer } from "jatui"
</script>
<Drawer />| Prop | Type | Default | Description |
|---|---|---|---|
open | boolean | false | Drawer visibility (bindable) |
title | string | "" | Drawer title |
position | "left" | "right" | "right" | Slide direction |
size | "sm" | "md" | "lg" | "xl" | "md" | Drawer width |
onclose | () => void | - | Close callback |