MCPcopy Index your code
hub / github.com/fastapi/full-stack-fastapi-template / DialogTitle

Function DialogTitle

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected