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

Function AlertTitle

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

Source from the content-addressed store, hash-verified

40}
41
42function AlertTitle({ className, ...props }: React.ComponentProps<"div">) {
43 return (
44 <div
45 data-slot="alert-title"
46 className={cn("font-medium leading-none tracking-tight text-[var(--color-text-strong)]", className)}
47 {...props}
48 />
49 )
50}
51
52function AlertDescription({
53 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected