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

Function AlertDescription

components/ui/alert.tsx:52–63  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

50}
51
52function AlertDescription({
53 className,
54 ...props
55}: React.ComponentProps<"div">) {
56 return (
57 <div
58 data-slot="alert-description"
59 className={cn("mt-1 text-sm [&_p]:leading-relaxed", className)}
60 {...props}
61 />
62 )
63}
64
65export { Alert, AlertTitle, AlertDescription }

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected