Home / Function/ EmptyExample() — ui Function Reference

EmptyExample() — ui Function Reference

Architecture documentation for the EmptyExample() function in empty-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  092729b7_c7ff_c9ae_d2e8_6bca75446e4c["EmptyExample()"]
  cd9b19bf_ceb7_05d0_c420_23f4b40e8464["empty-example.tsx"]
  092729b7_c7ff_c9ae_d2e8_6bca75446e4c -->|defined in| cd9b19bf_ceb7_05d0_c420_23f4b40e8464
  style 092729b7_c7ff_c9ae_d2e8_6bca75446e4c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/examples/empty-example.tsx lines 22–33

export default function EmptyExample() {
  return (
    <ExampleWrapper>
      <EmptyBasic />
      <EmptyWithMutedBackground />
      <EmptyWithBorder />
      <EmptyWithIcon />
      <EmptyWithMutedBackgroundAlt />
      <EmptyInCard />
    </ExampleWrapper>
  )
}

Subdomains

Frequently Asked Questions

What does EmptyExample() do?
EmptyExample() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/empty-example.tsx.
Where is EmptyExample() defined?
EmptyExample() is defined in apps/v4/registry/bases/base/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