Home / Function/ components.h2() — supabase Function Reference

components.h2() — supabase Function Reference

Architecture documentation for the components.h2() function in mdx-components.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/components/mdx-components.tsx lines 58–66

  h2: ({ className, ...props }: React.HTMLAttributes<HTMLHeadingElement>) => (
    <h2
      className={cn(
        'font-heading mt-12 scroll-m-20 border-b pb-2 text-2xl tracking-tight first:mt-0',
        className
      )}
      {...props}
    />
  ),

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free