Drawer
A drawer component for React.
Installation
pnpm dlx shadcn@latest add drawerUsage
import { Button } from "@/components/ui/button";
import { Drawer, DrawerContent, DrawerDescription, DrawerHeader, DrawerTitle, DrawerTrigger } from "@/components/ui/drawer";A drawer component for React.