EmptyExample() — ui Function Reference
Architecture documentation for the EmptyExample() function in empty-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 8427c104_a0f2_c092_6e71_8eef58e1fcc2["EmptyExample()"] 71239b7e_c31e_1af0_ec5e_b0c8d6fe370a["empty-example.tsx"] 8427c104_a0f2_c092_6e71_8eef58e1fcc2 -->|defined in| 71239b7e_c31e_1af0_ec5e_b0c8d6fe370a style 8427c104_a0f2_c092_6e71_8eef58e1fcc2 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/empty-example.tsx lines 22–33
export default function EmptyExample() {
return (
<ExampleWrapper>
<EmptyBasic />
<EmptyWithMutedBackground />
<EmptyWithBorder />
<EmptyWithIcon />
<EmptyWithMutedBackgroundAlt />
<EmptyInCard />
</ExampleWrapper>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does EmptyExample() do?
EmptyExample() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/empty-example.tsx.
Where is EmptyExample() defined?
EmptyExample() is defined in apps/v4/registry/bases/radix/examples/empty-example.tsx at line 22.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free