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

Function SheetTrigger

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

Source from the content-addressed store, hash-verified

11}
12
13function SheetTrigger({
14 ...props
15}: React.ComponentProps<typeof SheetPrimitive.Trigger>) {
16 return <SheetPrimitive.Trigger data-slot="sheet-trigger" {...props} />
17}
18
19function SheetClose({
20 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected