MCPcopy
hub / github.com/supermemoryai/supermemory / DialogTitle

Function DialogTitle

packages/ui/components/dialog.tsx:105–116  ·  view source on GitHub ↗
({
	className,
	...props
}: React.ComponentProps<typeof DialogPrimitive.Title>)

Source from the content-addressed store, hash-verified

103}
104
105function DialogTitle({
106 className,
107 ...props
108}: React.ComponentProps<typeof DialogPrimitive.Title>) {
109 return (
110 <DialogPrimitive.Title
111 className={cn("text-lg leading-none font-semibold", className)}
112 data-slot="dialog-title"
113 {...props}
114 />
115 )
116}
117
118function DialogDescription({
119 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…