Docs
Drawer
Drawer
Description goes here
Basic Drawer
Scrollable Drawer
Right Side Drawer
Custom Height Drawer
Full Height Right Side Drawer
Installation
pnpm dlx shadcn@latest add https://deltacomponents.dev/r/drawer
Usage
"use client"
import * as React from "react"
import { Drawer } from "@/registry/components/drawer"
export function Component() {
return <Drawer />
}
API Reference
Parameters
Name | Type | Description |
---|---|---|
prop | type | description |