MCPcopy
hub / github.com/langbot-app/LangBot / DialogTitle

Function DialogTitle

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

Source from the content-addressed store, hash-verified

161}
162
163function DialogTitle({
164 className,
165 ...props
166}: React.ComponentProps<typeof DialogPrimitive.Title>) {
167 return (
168 <DialogPrimitive.Title
169 data-slot="dialog-title"
170 className={cn('text-lg leading-none font-semibold', className)}
171 {...props}
172 />
173 );
174}
175
176function DialogDescription({
177 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected