EmptyWithMutedBackgroundAlt() — ui Function Reference
Architecture documentation for the EmptyWithMutedBackgroundAlt() function in empty-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 2d0846ad_1dfd_b326_d390_7c927b92e190["EmptyWithMutedBackgroundAlt()"] cd9b19bf_ceb7_05d0_c420_23f4b40e8464["empty-example.tsx"] 2d0846ad_1dfd_b326_d390_7c927b92e190 -->|defined in| cd9b19bf_ceb7_05d0_c420_23f4b40e8464 style 2d0846ad_1dfd_b326_d390_7c927b92e190 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/empty-example.tsx lines 181–215
function EmptyWithMutedBackgroundAlt() {
return (
<Example title="With Muted Background Alt">
<Empty className="bg-muted/50">
<EmptyHeader>
<EmptyTitle>404 - Not Found</EmptyTitle>
<EmptyDescription>
The page you're looking for doesn't exist. Try searching
for what you need below.
</EmptyDescription>
</EmptyHeader>
<EmptyContent>
<InputGroup className="w-3/4">
<InputGroupInput placeholder="Try searching for pages..." />
<InputGroupAddon>
<IconPlaceholder
lucide="CircleDashedIcon"
tabler="IconCircleDashed"
hugeicons="DashedLineCircleIcon"
phosphor="CircleDashedIcon"
remixicon="RiLoaderLine"
/>
</InputGroupAddon>
<InputGroupAddon align="inline-end">
<Kbd>/</Kbd>
</InputGroupAddon>
</InputGroup>
<EmptyDescription>
Need help? <a href="#">Contact support</a>
</EmptyDescription>
</EmptyContent>
</Empty>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does EmptyWithMutedBackgroundAlt() do?
EmptyWithMutedBackgroundAlt() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/empty-example.tsx.
Where is EmptyWithMutedBackgroundAlt() defined?
EmptyWithMutedBackgroundAlt() is defined in apps/v4/registry/bases/base/examples/empty-example.tsx at line 181.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free