Home / Function/ ToggleDisabled() — supabase Function Reference

ToggleDisabled() — supabase Function Reference

Architecture documentation for the ToggleDisabled() function in toggle-disabled.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/toggle-disabled.tsx lines 4–10

export default function ToggleDisabled() {
  return (
    <Toggle_Shadcn_ aria-label="Toggle underline" disabled>
      <Underline className="h-4 w-4" />
    </Toggle_Shadcn_>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free