EmptyContent() — ui Function Reference
Architecture documentation for the EmptyContent() function in empty.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 04c1881d_168a_a7c5_9e85_a2d8b177abbb["EmptyContent()"] 16ac0f07_189d_0533_dbce_3ee6e225f409["empty.tsx"] 04c1881d_168a_a7c5_9e85_a2d8b177abbb -->|defined in| 16ac0f07_189d_0533_dbce_3ee6e225f409 style 04c1881d_168a_a7c5_9e85_a2d8b177abbb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/empty.tsx lines 84–95
function EmptyContent({ className, ...props }: React.ComponentProps<"div">) {
return (
<div
data-slot="empty-content"
className={cn(
"flex w-full max-w-sm min-w-0 flex-col items-center gap-4 text-sm text-balance",
className
)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does EmptyContent() do?
EmptyContent() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/empty.tsx.
Where is EmptyContent() defined?
EmptyContent() is defined in apps/v4/registry/new-york-v4/ui/empty.tsx at line 84.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free