Drawer
A panel that slides in from the edge of the screen, typically from the bottom on mobile.
Usage
tsx
import { Drawer } from "@/components/ui/drawer";
<Drawer direction="bottom">...</Drawer>Drawer Controls
direction
Examples
Bottom Drawer
Right Drawer
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/drawer