Home / Function/ EmptyDescription() — ui Function Reference

EmptyDescription() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/empty.tsx lines 71–82

function EmptyDescription({ className, ...props }: React.ComponentProps<"p">) {
  return (
    <div
      data-slot="empty-description"
      className={cn(
        "text-muted-foreground [&>a:hover]:text-primary text-sm/relaxed [&>a]:underline [&>a]:underline-offset-4",
        className
      )}
      {...props}
    />
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free