MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / DialogTitle

Function DialogTitle

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

Source from the content-addressed store, hash-verified

134}
135
136function DialogTitle({
137 className,
138 ...props
139}: React.ComponentProps<typeof DialogPrimitive.Title>) {
140 return (
141 <DialogPrimitive.Title
142 data-slot='dialog-title'
143 className={cn("text-lg leading-none font-semibold", className)}
144 {...props}
145 />
146 );
147}
148
149function DialogDescription({
150 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected