EmptyWithMutedBackground() — ui Function Reference
Architecture documentation for the EmptyWithMutedBackground() function in empty-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 4bb7d247_588c_80e3_c7f6_f0a07c136a7e["EmptyWithMutedBackground()"] 71239b7e_c31e_1af0_ec5e_b0c8d6fe370a["empty-example.tsx"] 4bb7d247_588c_80e3_c7f6_f0a07c136a7e -->|defined in| 71239b7e_c31e_1af0_ec5e_b0c8d6fe370a style 4bb7d247_588c_80e3_c7f6_f0a07c136a7e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/empty-example.tsx lines 71–99
function EmptyWithMutedBackground() {
return (
<Example title="With Muted Background">
<Empty className="bg-muted">
<EmptyHeader>
<EmptyTitle>No results found</EmptyTitle>
<EmptyDescription>
No results found for your search. Try adjusting your search terms.
</EmptyDescription>
</EmptyHeader>
<EmptyContent>
<Button>Try again</Button>
<Button variant="link" asChild className="text-muted-foreground">
<a href="#">
Learn more{" "}
<IconPlaceholder
lucide="ArrowUpRightIcon"
tabler="IconArrowUpRight"
hugeicons="ArrowUpRight01Icon"
phosphor="ArrowUpRightIcon"
remixicon="RiArrowRightUpLine"
/>
</a>
</Button>
</EmptyContent>
</Empty>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does EmptyWithMutedBackground() do?
EmptyWithMutedBackground() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/empty-example.tsx.
Where is EmptyWithMutedBackground() defined?
EmptyWithMutedBackground() is defined in apps/v4/registry/bases/radix/examples/empty-example.tsx at line 71.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free