MCPcopy
hub / github.com/intentui/intentui / DialogTrigger

Function DialogTrigger

src/components/ui/dialog.tsx:30–32  ·  view source on GitHub ↗
({ className, ...props }: ButtonProps)

Source from the content-addressed store, hash-verified

28}
29
30const DialogTrigger = ({ className, ...props }: ButtonProps) => (
31 <PrimitiveButton className={cx('cursor-pointer', className)} {...props} />
32)
33
34interface DialogHeaderProps extends Omit<React.ComponentProps<'div'>, 'title'> {
35 title?: string

Callers

nothing calls this directly

Calls 1

cxFunction · 0.90

Tested by

no test coverage detected