Home / Function/ ButtonSecondary() — supabase Function Reference

ButtonSecondary() — supabase Function Reference

Architecture documentation for the ButtonSecondary() function in button-secondary.tsx from the supabase codebase.

Entity Profile

Relationship Graph

Source Code

apps/design-system/registry/default/example/button-secondary.tsx lines 4–19

export default function ButtonSecondary() {
  return (
    <div className="flex gap-3">
      <Button type="secondary">Button rest</Button>
      <Button type="secondary" loading>
        Button loading
      </Button>
      <Button type="secondary" icon={<Mail />}>
        Button icon
      </Button>
      <Button type="secondary" iconRight={<Mail />}>
        Button iconRight
      </Button>
    </div>
  )
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free