Home / Function/ TocComponent() — supabase Function Reference

TocComponent() — supabase Function Reference

Architecture documentation for the TocComponent() function in toc-single-demo.tsx from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  c2aab13b_fc36_f221_1111_6c03139d562f["TocComponent()"]
  6af34446_ebe5_8dc0_f42d_66ff7e71f4e1["useTocAnchors()"]
  c2aab13b_fc36_f221_1111_6c03139d562f -->|calls| 6af34446_ebe5_8dc0_f42d_66ff7e71f4e1
  style c2aab13b_fc36_f221_1111_6c03139d562f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/design-system/registry/default/example/toc-single-demo.tsx lines 144–157

const TocComponent = () => {
  const { toc } = useTocAnchors()

  return (
    <Toc className="sticky top-0 border-l">
      <h3 className="inline-flex items-center gap-1.5 font-mono text-xs uppercase text-foreground pl-[calc(1.5rem+6px)]">
        On this page
      </h3>
      <TOCScrollArea className="-ml-[2px]">
        <TOCItems items={toc} />
      </TOCScrollArea>
    </Toc>
  )
}

Domain

Subdomains

Frequently Asked Questions

What does TocComponent() do?
TocComponent() is a function in the supabase codebase.
What does TocComponent() call?
TocComponent() calls 1 function(s): useTocAnchors.

Analyze Your Own Codebase

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

Try Supermodel Free