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

Function EmptyContent

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

Source from the content-addressed store, hash-verified

82}
83
84function EmptyContent({ className, ...props }: React.ComponentProps<"div">) {
85 return (
86 <div
87 data-slot="empty-content"
88 className={cn(
89 "flex w-full max-w-sm min-w-0 flex-col items-center gap-4 text-sm text-balance",
90 className
91 )}
92 {...props}
93 />
94 )
95}
96
97export {
98 Empty,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected