MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / DialogDescription

Function DialogDescription

components/ui/dialog.tsx:132–143  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof DialogPrimitive.Description>)

Source from the content-addressed store, hash-verified

130}
131
132function DialogDescription({
133 className,
134 ...props
135}: React.ComponentProps<typeof DialogPrimitive.Description>) {
136 return (
137 <DialogPrimitive.Description
138 data-slot="dialog-description"
139 className={cn("text-sm text-[var(--color-text-weak)]", className)}
140 {...props}
141 />
142 )
143}
144
145export {
146 Dialog,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected