EmptyDescription() — ui Function Reference
Architecture documentation for the EmptyDescription() function in empty.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 2554b0ba_0c32_518f_c3da_b42e9123cfdd["EmptyDescription()"] f2c0b098_fb28_b571_cab7_fd4018379e7f["empty.tsx"] 2554b0ba_0c32_518f_c3da_b42e9123cfdd -->|defined in| f2c0b098_fb28_b571_cab7_fd4018379e7f style 2554b0ba_0c32_518f_c3da_b42e9123cfdd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui-rtl/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}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does EmptyDescription() do?
EmptyDescription() is a function in the ui codebase, defined in apps/v4/examples/radix/ui-rtl/empty.tsx.
Where is EmptyDescription() defined?
EmptyDescription() is defined in apps/v4/examples/radix/ui-rtl/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