MCPcopy Create free account
hub / github.com/evolify/dumpfun / Sheet

Function Sheet

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected