Drawer
A production-ready component built with React and Tailwind CSS
Installation
Add this component to your project using the CLI
npx shadcn@latest add @clamo/drawerUsage
Import and use the component in your application
import { Drawer } from "@/components/ui/drawer"
export function Example() {
return <Drawer />
}Preview
Interactive preview of the component