Factory for Good

Drawer

A drawer component for React.

Installation

pnpm dlx shadcn@latest add drawer

Usage

import { Button } from "@/components/ui/button";
import { Drawer, DrawerContent, DrawerDescription, DrawerHeader, DrawerTitle, DrawerTrigger } from "@/components/ui/drawer";

A drawer component for React.

On this page