Home / Function/ ComponentsListWrapper() — ui Function Reference

ComponentsListWrapper() — ui Function Reference

Architecture documentation for the ComponentsListWrapper() function in mdx-components.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  e01e6651_d161_5684_f334_080757ebb8d0["ComponentsListWrapper()"]
  fd8bfdd9_c49c_2075_293b_5d3432ffd52f["mdx-components.tsx"]
  e01e6651_d161_5684_f334_080757ebb8d0 -->|defined in| fd8bfdd9_c49c_2075_293b_5d3432ffd52f
  style e01e6651_d161_5684_f334_080757ebb8d0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/mdx-components.tsx lines 41–56

function ComponentsListWrapper() {
  const componentsFolder = source.pageTree.children.find(
    (page) => page.$id === "components"
  )

  if (componentsFolder?.type !== "folder") {
    return null
  }

  return (
    <ComponentsList
      componentsFolder={componentsFolder as PageTreeFolder}
      currentBase="radix"
    />
  )
}

Subdomains

Frequently Asked Questions

What does ComponentsListWrapper() do?
ComponentsListWrapper() is a function in the ui codebase, defined in apps/v4/mdx-components.tsx.
Where is ComponentsListWrapper() defined?
ComponentsListWrapper() is defined in apps/v4/mdx-components.tsx at line 41.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free