Home / Function/ EmptyTitle() — ui Function Reference

EmptyTitle() — ui Function Reference

Architecture documentation for the EmptyTitle() function in empty.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  c4846fe4_8c78_c400_b6bd_7276ba31e680["EmptyTitle()"]
  16ac0f07_189d_0533_dbce_3ee6e225f409["empty.tsx"]
  c4846fe4_8c78_c400_b6bd_7276ba31e680 -->|defined in| 16ac0f07_189d_0533_dbce_3ee6e225f409
  style c4846fe4_8c78_c400_b6bd_7276ba31e680 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/empty.tsx lines 61–69

function EmptyTitle({ className, ...props }: React.ComponentProps<"div">) {
  return (
    <div
      data-slot="empty-title"
      className={cn("text-lg font-medium tracking-tight", className)}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

What does EmptyTitle() do?
EmptyTitle() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/empty.tsx.
Where is EmptyTitle() defined?
EmptyTitle() is defined in apps/v4/registry/new-york-v4/ui/empty.tsx at line 61.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free