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

Function EmptyTitle

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

Source from the content-addressed store, hash-verified

59}
60
61function EmptyTitle({ className, ...props }: React.ComponentProps<"div">) {
62 return (
63 <div
64 data-slot="empty-title"
65 className={cn("text-lg font-medium tracking-tight", className)}
66 {...props}
67 />
68 )
69}
70
71function EmptyDescription({ className, ...props }: React.ComponentProps<"p">) {
72 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected