MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / EmptyDescription

Function EmptyDescription

src/components/ui/empty.tsx:71–82  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"p">)

Source from the content-addressed store, hash-verified

69}
70
71function EmptyDescription({ className, ...props }: React.ComponentProps<"p">) {
72 return (
73 <div
74 data-slot="empty-description"
75 className={cn(
76 "text-muted-foreground [&>a:hover]:text-primary text-sm/relaxed [&>a]:underline [&>a]:underline-offset-4",
77 className
78 )}
79 {...props}
80 />
81 )
82}
83
84function EmptyContent({ className, ...props }: React.ComponentProps<"div">) {
85 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected