MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / DialogTitle

Function DialogTitle

components/ui/dialog.tsx:120–128  ·  view source on GitHub ↗
({ className, ...props }: DialogPrimitive.Title.Props)

Source from the content-addressed store, hash-verified

118}
119
120function DialogTitle({ className, ...props }: DialogPrimitive.Title.Props) {
121 return (
122 <DialogPrimitive.Title
123 data-slot="dialog-title"
124 className={cn("text-sm font-medium", className)}
125 {...props}
126 />
127 );
128}
129
130function DialogDescription({
131 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected