MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / Drawer

Function Drawer

src/components/ui/drawer.tsx:8–12  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DrawerPrimitive.Root>)

Source from the content-addressed store, hash-verified

6import { cn } from "@/lib/utils"
7
8function Drawer({
9 ...props
10}: React.ComponentProps<typeof DrawerPrimitive.Root>) {
11 return <DrawerPrimitive.Root data-slot="drawer" {...props} />
12}
13
14function DrawerTrigger({
15 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected