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

Function DialogTrigger

src/components/ui/dialog.tsx:15–19  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DialogPrimitive.Trigger>)

Source from the content-addressed store, hash-verified

13}
14
15function DialogTrigger({
16 ...props
17}: React.ComponentProps<typeof DialogPrimitive.Trigger>) {
18 return <DialogPrimitive.Trigger data-slot="dialog-trigger" {...props} />
19}
20
21function DialogPortal({
22 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected