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

components.table() — supabase Function Reference

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

Entity Profile

Relationship Graph

Source Code

apps/design-system/components/mdx-components.tsx lines 119–123

  table: ({ className, ...props }: React.HTMLAttributes<HTMLTableElement>) => (
    <div className="my-6 w-full overflow-y-auto">
      <table className={cn('w-full', className)} {...props} />
    </div>
  ),

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free