Home / Function/ TopNavSkeleton() — supabase Function Reference

TopNavSkeleton() — supabase Function Reference

Architecture documentation for the TopNavSkeleton() function in MainSkeleton.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/docs/layouts/MainSkeleton.tsx lines 365–374

function TopNavSkeleton({ children }) {
  return (
    <div className="flex flex-col h-full w-full">
      <div className="hidden lg:sticky w-full lg:flex top-0 left-0 right-0 z-50">
        <TopNavBar />
      </div>
      {children}
    </div>
  )
}

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free