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

Relationship Graph

Source Code

apps/v4/examples/radix/ui/empty.tsx lines 67–78

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/examples/radix/ui/empty.tsx.
Where is EmptyDescription() defined?
EmptyDescription() is defined in apps/v4/examples/radix/ui/empty.tsx at line 67.

Analyze Your Own Codebase

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

Try Supermodel Free