Home / Function/ TopNavigationSearch() — supabase Function Reference

TopNavigationSearch() — supabase Function Reference

Architecture documentation for the TopNavigationSearch() function in top-navigation-search.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/components/top-navigation-search.tsx lines 6–15

function TopNavigationSearch() {
  return (
    <Input
      size="small"
      className="transition w-64 rounded-full hover:bg-surface-200 hover:border-foreground-muted cursor-pointer"
      icon={<Search size={14} />}
      placeholder="Search Design System..."
    />
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free