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

Function Sheet

src/components/ui/sheet.tsx:9–11  ·  view source on GitHub ↗
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)

Source from the content-addressed store, hash-verified

7import { cn } from "@/lib/utils"
8
9function Sheet({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>) {
10 return <SheetPrimitive.Root data-slot="sheet" {...props} />
11}
12
13function SheetTrigger({
14 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected