components.h1() — supabase Function Reference
Architecture documentation for the components.h1() function in mdx-components.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/components/mdx-components.tsx lines 55–57
h1: ({ className, ...props }: React.HTMLAttributes<HTMLHeadingElement>) => (
<h1 className={cn('font-heading mt-2 scroll-m-20 text-4xl font-bold', className)} {...props} />
),
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free