A panel that slides in from an edge of the screen. Open bottom, left, right, or top.
pnpm dlx shadcn@latest add https://stylexcn.vercel.app/r/drawer.jsonpnpm dlx shadcn@latest add @stylexcn/drawer<Drawer>
<DrawerTrigger asChild>
<Button variant="outline">Open drawer</Button>
</DrawerTrigger>
<DrawerContent>…</DrawerContent>
</Drawer>