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
  36bce5d6_495a_1f61_ca0a_761b8d00c1c7["EmptyDescription()"]
  2b82dca2_8d49_749d_c85a_887f62fef272["empty.tsx"]
  36bce5d6_495a_1f61_ca0a_761b8d00c1c7 -->|defined in| 2b82dca2_8d49_749d_c85a_887f62fef272
  style 36bce5d6_495a_1f61_ca0a_761b8d00c1c7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/default/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 deprecated/www/registry/default/ui/empty.tsx.
Where is EmptyDescription() defined?
EmptyDescription() is defined in deprecated/www/registry/default/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