Drawer
A drawer component that slides in from the edge of the screen.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/drawerUsage
Import the component from the package:
import { Drawer } from "@/registry/ui/drawer"Then use it in your application:
<Drawer />