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

Relationship Graph

Source Code

apps/v4/registry/bases/radix/ui/empty.tsx lines 71–82

function EmptyDescription({ className, ...props }: React.ComponentProps<"p">) {
  return (
    <div
      data-slot="empty-description"
      className={cn(
        "cn-empty-description text-muted-foreground [&>a:hover]:text-primary [&>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/bases/radix/ui/empty.tsx.
Where is EmptyDescription() defined?
EmptyDescription() is defined in apps/v4/registry/bases/radix/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